• Hi,

    I have used the following CSS to make the site header fixed, however it still continues to scroll as I descend down the page.

    .site-header.fixed {
    position: fixed;
    }

    Any help would be greatly appreciated!

    Many thanks,
    W

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wcushen

    (@wcushen)

    No matter.

    It actually worked when I put the following in the Custom CSS plugin…

    .site-header.fixed {
    position: absolute !important;
    }

    Cheers

    Hello there,

    Great, you figured it out. Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site header static’ is closed to new replies.