• Hello, I was wondering if it is possible to prevent the header from dropping down and just making it a static header bar to where when you scroll down the header bar stays at the top of the page and does not re-appear when you scroll down and then move back up. IN some cases it covers the content on my pages when it drops down. look forward to hearing back, thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, for this you need to edit header.php with a child theme.

    Change line 21:

    
    <div id="header-sticky">
    

    To something else, like:

    
    <div id="header-sticky-disabled">
    

    And that should hopefully do the trick.

Viewing 1 replies (of 1 total)
  • The topic ‘Header bar drop down’ is closed to new replies.