Okay
  Public Ticket #246193
Move Header/Nav to Bottom
Closed

Comments

  • Kelsey started the conversation

    Hello there!

    I am wondering how I can move the header from sticking to the top of the browser window to sticking to the bottom?

    Thank you so much!

    Kelsey

  •  8,470
    Tahir replied

    Hey Kelsey!

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

    body #header-outer.small-nav {
        top: auto;
        bottom: 0px;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Kelsey replied

    Thank you so much!

  • Kelsey replied

    For some reason it doesn't start at the bottom. When you first come to the page it starts at the top and then when you scroll it pops up at the bottom. How do I fix it?


    Thank you!

  •  8,470
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    body #header-outer {
        top: auto;
        bottom: 0px;
    }

    Thanks



    ThemeNectar Support Team 

  • Kelsey replied

    Thank you :)