Okay
  Public Ticket #2917013
How to make secondary header stay visable within the sticky header after scrolling?
Closed

Comments

  •  1
    InternetPenguin started the conversation

    Hello, 

    When using the secondary header, it hides after scrolling down. Is there a way to keep it showing above the sticky navigation instead?

    Thank you!

  •  8,840
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   InternetPenguin replied privately
  •  2,959
    Andrew replied

    Hi Again,

    Thanks for keeping in touch,

    Please ensure that 'Header Remove Desktop Stickiness' is turned off and 'Header Sticky On Mobile' is turned on as shown below:

    5980353761.png

    Also ensure to set 'Secondary Header Mobile Functionality' as shown below:

    1746413146.png

    Also Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    div#header-outer {
        transform: translateY(0px) !important;
    }

    Hope this helps.

    Thanks.