Dentalia has now been updated to 2.3 and a major update for Recycle is coming soon. We hope you enjoy the new features! Thanks for your patience!

Okay
  Public Ticket #3634505
Main top menu width
Closed

Comments

  •  4
    benvalmont started the conversation

    Hi Admins, Gday.

    I was wondering how to increase the width of the top menu as my menu is moving down as per the screeshot - https://ibb.co/GWh4r6y 

    Thank you 

  •  564
    OrionThemes replied

    Hi,
    There are couple of ways to solve this issue. 

    1. Try to reduce the number of top level menu items
    For example, you might not need link to Home, because the logo already links to the homepage.
    You could also try to rearange main menu items like adding "contact us" under "About us", etc...

    2. You can set the header to full width in theme options:

    2892387182.png

    This will create more space for the header on desktop screens, as the header will not be limited to the grid.

    3. Remove letter spacing with custom CSS. You can copy the following CSS snippet to Theme Options -> Custom CSS:
    @media (min-width: 992px) {
        .nav-menu .menu-item>a, .nav-menu .menu-item>span {
            letter-spacing: 0!important;
        }
    }

    This will make the menu items more condensed and change the header from this 

    3695874760.png


    into this:

    8336937266.png



    I hope this helps.
    Kind regards,

    Andrej