Okay
  Public Ticket #155046
Sticky Footer
Closed

Comments

  • Shirley started the conversation
    Is there a way to make the bottom footer sticky as well? I want it to stay with the header as you scroll down. Thank you!
  •  1,043
    ThemeNectar replied

    Hey Shirley!

    Add this into your custom css box in the Salient options panel: 

    body #footer-outer #copyright {
      position: fixed!important;
      bottom :0px!important;
      left: 0px!important; 
      width: 100%!important;
    }

    Cheers :)

  • Shirley replied

    THANK YOU!!!!!! (yes I capitalized on purpose)