[Support request] Sticky Nav Not Updating

Home Forums Support [Support request] Sticky Nav Not Updating

Home Forums Support Sticky Nav Not Updating

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2343717
    Eric

    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?

    #2343752
    Eric

    Also is there anyway I can make the top bar and it’s clone on the bottom sticky?

    #2344004
    David
    Staff
    Customer Support

    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.

    #2352075
    Eric

    Thanks, how can I make that “COVID” top bar message stick?

    #2352670
    Ying
    Staff
    Customer Support

    Try this CSS:

    .gb-container.gb-container-78a4e547 {
        position: sticky;
        top: 0;
        z-index: 999;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.