Howdy guys,
on a clients page i have a problem on pages on which are menu plus submenu.
The main menu is set to visible on scrolling.
When you scroll down and scroll to the top of the page again after, the main menu dissappears but there is a gap on the top of the page.
How can i fix this?
Best Regards
Alex
Hey alexanderduenchem,
Thank you for using Enfold.
Did you add the submenu element on every page? This css code should help with the adjustment but we may need to adjust the selector a bit later on when we get more info about the menu setup.
.single #main #sub_menu1 {
top: 118px !important;
}
.single .av_header_transparency + #main #sub_menu1 {
top: 0 !important;
}
Best regards,
Ismael