This topic has 1 reply, 2 voices, and was last updated 11 years by Laura.

  • Author

    Tagged: 

  • #47650
     heatherfails
    Participant

    Is there a way to make my footer sticky the same as the header?
    Thanks!

    #47738
     Laura
    Moderator

    Hello heatherfails, thanks for contacting us, what you are asking can be done with some css changes, please add this piece of code to your style.css in child theme folder, or in quick css in theme options 🙂

    COPY CODE
    
    #footer {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    left: 0;
    position: fixed;
    bottom: 0;
    z-index: 99;
    }
    

    Please let me know if it works 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?