adjusting logo size and menu causes problems with sticky menu
#Top_bar #logo {
height: 90px !important;
padding: 20px 0px !important;
}
#Top_bar .menu_wrapper { margin-top: 35px !important; }
.header-classic #Top_bar .top_bar_right { top: 35px !important; }
However, in doing so, the sticky menu is messed up when you scroll down.
Comments
above css apply for sticky header as well. To do it properly, please use below css instead:
#Top_bar:not(.is-sticky) #logo {
height: 90px !important;
padding: 20px 0px !important;
}
#Top_bar:not(.is-sticky) .menu_wrapper { margin-top: 35px !important; }
.header-classic #Top_bar:not(.is-sticky) .top_bar_right { top: 35px !important; }
#Top_bar .menu li ul { top: 80% !important; }[Links visible only for registered users]
[Links visible only for registered users]
Chrome: [Links visible only for registered users]
Mozilla firefox: [Links visible only for registered users]
Explorer: [Links visible only for registered users]
What OS and browser are you using? Is this happening on all resolutions?
There is one console error you should fix: [Links visible only for registered users]
This might be also the cache plugin that mimified the code.
Also, open the page in firefox and press CTRL+U to see the code, you have many errors marked in red. You need to fix those, screen: [Links visible only for registered users]
[Links visible only for registered users]