Hey everyone
I have a problem with my menu/navigation bar. I made the submenu fields bigger (increased the width) and now when hovering it doesn’t display the “sub-sub-menu” nicely anymore. The hovering doesn’t work correctly. The sub-sub-menu comes inbetween the submenu.
Could you please have a look at my website? drop down on “Informationsmemorandum” and you can see it.
How can I change the width of the “sub-sub-menu”
For the submenu I used this code:
.av-subnav-menu .sub-menu { font-size: 15px; font-family: lato; width: 310px !important; }
Thanks.
Hi,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-subnav-menu > li ul ul {
left: 308px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Perfect, thank you!