In my header, the Enfold defaults submenu is too far from the sticky menu. The submenu disappears when I mouse down to try to click the submenu. It works great in the main menu, but when the shrinking sticky menu appears, the submenu doesn’t stick around when mousing over the parent menu, then trying to click the submenu. Is there an easy fix? My header is set to a large heading.
The site is under privacy right now.
Thanks
Hey Daniel,
Thank you for the inquiry.
This css code in the style.css file moves the sub menu away from the parent menu item.
.html_header_top .header_color .main_menu ul:first-child > li > ul {
top: 77px;
max-width: 175px;
}
You have to adjust the top position value or remove it completely.
Best regards,
Ismael
Yes, I know that code. Problem is when I move it closer to retain the mouse over integrity when the menu shrinks on scroll, it is too close when the menu expands at the top of the page (overlaps the text). Does that make sense?