Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #339456

    After selecting ‘Let logo and menu position adapt to browser window’ in the ‘Header’ menu, the dropdown items in the final menu item (Info) hang off the page.

    http://development.partnersintravel.co.uk/

    Please advise upon a fix.

    #339878

    Hi notjusttravel!

    Thank you for using Enfold.

    Try this on Quick CSS or custom.css:

    li#menu-item-79 ul.sub-menu {
    left: -150px;
    }

    Best regards,
    Ismael

    #339989

    Thanks. I had to change it slightly though as this code also affected the mobile menu

    
    #avia-menu li#menu-item-79 ul.sub-menu {
    	left: -150px;
    }
    
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Dropdown Nav menu hangs off’ is closed to new replies.