Okay
  Public Ticket #337216
Preventing the header/navigation bar from scrolling?
Closed

Comments

  • Aaron started the conversation

    I love the theme, I would just like to try out how it would look where the header doesnt follow you down through the page. How can this be done?

  •  8,454
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #header-outer, #header-secondary-outer {
        position: absolute;
    }
    Thanks


    ThemeNectar Support Team