Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #102502
    jphilipsen
    Participant

    I want my home page to have no content, but the footer comes to the top of the page. How do I get the footer to be pushed to the bottom of the page. I’m looking at the social media icons that are activated in my widget and the copyright footer.

    Thanks!

    #102510
    Mahesh
    Keymaster

    @jphilipsen: Please post in your site url.

    Regards,
    Mahesh

    #102792
    jphilipsen
    Participant
    #102835
    Mahesh
    Keymaster

    @jphilipsen: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    html, body {
        height: 100%;
    }
    
    #page, .site-inner {
        position: relative;
        min-height: 100%;
        height: 100%;
    }
    
    #colophon {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘stickey footer’ is closed to new replies.