Comments David started the conversationMay 22, 2017 at 9:50pmHello,I'm having trouble turning off the sticky header on Salient. The logo follows the scroll as I travel down the page and gets in the way on other page elements.I have tried adding CSS code:#header-outer, #header-space {position: absolute !important;}and #header-outer { position: absolute !important; } Can you help?Thanks![deleted] repliedMay 22, 2017 at 11:17pmHave you tried updating the theme and/or locating the option to stop the header from doing so?But as for the logo:#logo {position: absolute!Important; } Sign in to reply ...
Hello,
I'm having trouble turning off the sticky header on Salient. The logo follows the scroll as I travel down the page and gets in the way on other page elements.
I have tried adding CSS code:
#header-outer, #header-space {
position: absolute !important;
}
and
Can you help?
Thanks!
Have you tried updating the theme and/or locating the option to stop the header from doing so?
But as for the logo:
#logo {
position: absolute!Important;
}