Archived topic
Sticky-Header, Navigation right / No smooth transition
5 replies · Started by PxProd on August 9, 2022
Hello together,
I have a problem with the sticky header. In the customizer I have selected "right" for the navigation position. The Sticky Header is switched on. However, when scrolling on the page, there is no smooth transition, but a slight hitch. If I do not insert a logo, the transition is smooth. If I place the menu under the logo, the transition is also smooth.
What could be the problem and what would be the solution?
Hi there,
Can you try using the navigation as header option at customizer > layout > header?
Let me know!
Hi Ying,
thanks. This seems to work, although the logo is now as small as in the scrolled header now. i can fix that with css. but for some reason, when the navigation is not sticky yet, the mega menu does not open. it only opens when scrolling down.
any ideas?
Hi there,
in the mega menu CSS, can you remove this:
.inside-navigation.grid-container {
position: static;
}
Hi David,
thanks, that solved it.
Glad to hear that !