Archived topic
Sticky Nav Not Updating
4 replies · Started by Eric on September 15, 2022
Hi,
I have sticky nav turned off in the Customizer. I have cleared the cache from my Wordpress host and my browser and any plugins.
The sticky nav persists on mobile. How do I disable it?
Also is there anyway I can make the top bar and it's clone on the bottom sticky?
Hi there,
the site is using the Mobile Header, you will find its options in Customizer > Layout > Header, where you can disable its Sticky function.
Thanks, how can I make that "COVID" top bar message stick?
Try this CSS:
.gb-container.gb-container-78a4e547 {
position: sticky;
top: 0;
z-index: 999;
}