Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31013
    james
    Guest

    Hello. 

    I am wondering how to disable sticky header so it is fixed stops scrolling with the page. I have tried to tinker with the CSS by adding a few codes but no luck so far. Thanks!

    #31014
    Jesse Owens
    Guest

    Hello James-

    Here’s the Custom CSS rule you’ll need to disable the sticky header:

    @media only screen and (min-width: 768px) {
        .site-header { position: static; }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Disable sticky header in evolv theme’ is closed to new replies.