Okay
  Public Ticket #591569
Non-sticky header?
Closed

Comments

  • Albin started the conversation

    Hi,

    Is there a way to make the header non-sticky? Or make it semi-sticky so it has a start and an end position?


    Thanks,

    Albin

  •  8,991
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #header-outer {
        position: absolute !important;
    }

    Best.



    ThemeNectar Support Team