Okay
  Public Ticket #378795
'Sticky header'
Closed

Comments

  • Alex started the conversation

    A quick one,

    Is it possible to set up a Salient site without the 'sticky header'?

    I found this code:

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

    ... but it causes the header to 'float' above and obscure the page content.

    Any ideas?

  •  8,848
    Tahir replied

    Hey!

    Can you provide the page url so i can have a look . Also try this only :

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

    Thanks


    ThemeNectar Support Team 

  •   Alex replied privately
  •  8,848
    Tahir replied

    Hey Again!

    Then you can remove the stickiness for normal page only using the page css class. See url : http://codex.wordpress.org/Function_Reference/body_class .

    Thanks


    ThemeNectar Support Team