Help! I am not sure what I may have changed, but now the drop down sub-items on my main menu now show up much lower than they did before. Have you seen this before and/or can assist in correcting? Site listed below.
Much thanks!
Brent
Hi brentd99!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav ul { top: 77%; }
Best regards,
Yigit
Hey!
That is actually expected behaviour. Menu fx (small border at the bottom) appears higher on transparent headers while dropdown menu positions are set to default header height.
Please use following code instead
.av_header_transparency ul.sub-menu {
top: 77%;
}
.av_header_transparency .avia_mega_div {
top: 75%!important;
}
Best regards,
Yigit
Brilliant! The only other issue is there is a white line that shows up briefly and then looks like it is replaced with the top border of the dropdown menu. Is there a way to hide this?
Thanks to you and the Kriesi team for always awesome and quick support!
Brent
Hey!
Please add following code to Quick CSS as well
#top .header_color.av_header_transparency .avia-menu-fx {
background: #2997ab;
}
Regards,
Yigit
Awesome, thanks Yigit!