Hi,
The drop down menu is overlapping the main menu. I’m sure this is a simple CSS adjustment. Please help.
Thanks.
Hey connect4consulting,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.sub-menu {
top: 50px !important;
}
Best regards,
Jordan
Jordan –
That helps a little bit but now I can’t click on the sub menu items. Thanks for your help!
Hi,
Please remove the code Jordan posted above and following one from your custom CSS
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
height: 2px;
line-height: 50px;
}
and add following one
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
height: 50px;
line-height: 50px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Yigit,
You rock as always. Very helpful. Can you figure out why the search icon has rolled off the menu bar and into the page?