Tagged: megamenu
I have three menu items that are megamenus, and the rest are standard dropdown menus. The megamenus open at very strange angles – one opens basically centered below its parent link, another opens directly to the left, and the third opens almost completely off-screen!
I’m using a boxed layout – is there a way to have all megamenus open with similar behaviour (ideally centered underneath their parent menu item)?
Most importantly, I need all columns of the megamenu to be visible on the screen for multiple screen sizes (i.e. responsive).
Thanks!
Hey vailjazz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#menu-item-35 .avia_mega_div.avia_mega3.nine.units {
left: auto!important;
right: -170px!important;
}
Cheers!
Yigit
Thanks Yigit!