Comments Alex started the conversationFebruary 23, 2015 at 9:25amA 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,848Tahir repliedFebruary 23, 2015 at 2:01pmHey!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,848Tahir repliedFebruary 23, 2015 at 6:38pmHey 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 Sign in to reply ...
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?
Hey!
Can you provide the page url so i can have a look . Also try this only :
Thanks
ThemeNectar Support Team
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