Okay
  Public Ticket #254332
Floating Nav Bar
Closed

Comments

  • Rocky started the conversation

    How do I stop the Nav bar from floating? or at least stick to the top of the page with no gap?

  •  8,472
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel:

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

    Cheers


    ThemeNectar Support Team