Okay
  Public Ticket #192251
How do I disable sticky header ?
Closed

Comments

  • helgi started the conversation

    Hello ThemeNectar,
    How can I disable the sticky header ?

  •  8,839
    Tahir replied

    Hey Helgi!

    Go to Salient Theme Options -> Header and turn off "Header Resize On Scroll" . See Screenshot: http://prntscr.com/37tkwf

    Cheers


    ThemeNectar Support Team 

  • Jake replied

    Can't speak for Helgi, but all that does is stop resizing. Maybe what they are looking for is a header that isn't fixed at the top? I was looking for that toggle option as well, but couldn't find one. Looks like some custom code would be required?

  • helgi replied

    Yes, thats does not fix my problem. I don't want to always have the header in the top. If I scroll down on a page, I don't wont to see the header. Is that not possible?

  • Lee replied

    I'd also like to have this option available. Is there some code we can use to disable it? 

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    #header-outer {
        position: absolute !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Lee replied

    Fantastic!

  • Vinzent replied

    Hey,

    that snipped works for me, yet the secondary nav is still following while scrolling down. Also there is a padding between the top nav and sec nav now. Any solution for that? Thanks a lot really, awesome support!

  •  8,839
    Tahir replied

    Hey Vinzent!

    I believe you got it sorted :) .

    Cheers


    ThemeNectar Support Team