Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1104041

    Hi Enfold team.

    We’ve made some modifications to the header area based on code snippets in the theme documentation, but have ran into some issues with our menu.

    We’ve added a widget area above the menu, and modified the logo to overlap the widget area and the bottom of the menu as well.

    Our issue is that on certain size displays, the first menu item is getting covered by the logo and the later menu items are breaking into a second line See a screenshot here: https://premierepc.egnyte.com/dl/N5Oxgo7jcu

    Can you take a look and see how we can improve this? Would the alternative be to show the mobile menu on larger displays?

    #1104102

    Hey premierepc,

    Thank you for contacting us.

    I checked your site and there is not enough room for the menu items when the screen width is less than 1300px.

    Please activate the burger menu at custom width using the below CSS.

    /* Activate burger menu */
     @media only screen and (max-width: 1300px) {
    #top #header .av-main-nav > li.menu-item  {
        display: none!important;
    }
    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
    }}
     
    
    Best regards,
    Vinay
    #1104968

    Thanks Vinay, this worked

    #1105826

    Hi premierepc,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu Display Breaks into Two lines’ is closed to new replies.