Okay
  Public Ticket #391294
Remove Sticky on Header and Secondary Nav
Closed

Comments

  • James started the conversation

    Hi there,

    I have seen a bunch of tickets up here about about removing the sticky header so it is static at the top of the page and doesn't scroll. I am trying to keep both the header and secondary nav at the top.

    I have tried:

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

    which works but changes the width to be smaller and moves the nav over to the left a little.

    When I try:

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

    it hides half of it.

    Could you please show me how to do this using CSS without breaking the responsiveness of the site?

    I will add some login details in a private message so you can have a look?

    P.S. Awesome theme... I love it

    James
  •   James replied privately
  •  8,849
    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) :
    #boxed div#header-outer,#boxed #header-secondary-outer {
        position: absolute;
        width: 100% !important;
    }

    Thanks



    ThemeNectar Support Team