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.
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
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;
}