Hey,
I’m using the mega menu, but on the homepage(avia template) it’s not displaying correctly. On all other pages the menu layout is fine.
Any solutions for this problem?
Hey dvbmedia!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_mega_div.avia_mega6.twelve.units {
width: 732px!important;
}
.avia_mega_div.avia_mega4.twelve.units {
width: 506px!important;
}
Regards,
Yigit
Hey Yigit!
Thx it works, but is it also possible to have the mega menu aligned with the logo?
This menu is very big and when the menu is not wide enough alot of the content will disappear.
Thanks in advance
Regards,
DVB Media
Hey!
you can control height of the menu by using this in Quick CSS:
#header .avia_mega_div {
height: -150%;
}
adjust as needed.
Best regards,
Andy
Hey!
you can move it closer to the logo using this:
#header .avia_mega_div {
right: 20px !important;
}
Cheers!
Andy