Okay
  Public Ticket #1180250
Sticky Header Issue
Closed

Comments

  • David started the conversation

    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 

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

    Can you help?

    Thanks!

  • [deleted] replied

    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; 

    }