On this test site:
http://bit.ly/1vpAmAK
Menu item “Natur og steder test”
I have a mega menu with 2 columns. On a 24″ inch monitor all is well (although it goes well off to the right – but on smaller screen I cannot see column2 because the mega menu goes off the screen towards the right of the screen.
I can’t understand why the mega menu doesn’t just keep “in bounds” – some CSS issue with the current enfold version or ? (using enfold latest version).
Hi solsikkehaven!
Thank you for using Enfold.
The mega menu is a bit inconsistent. On most installation, it works perfectly. Maybe a plugin or custom modifications is breaking the mega menu position. Anyway, you can fix it with this on Quick or custom.css:
li#menu-item-272 .avia_mega_div.avia_mega2.six.units {
left: -450px !important;
}
Cheers!
Ismael
Thank you. CSS quick fix works :-)