Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68173
    Paul
    Participant

    Is there a way to remove via custom css the white space between the page content and the first footer?
    novalee.com

    Thanks Paul

    #68234
    Sakin
    Keymaster

    @Paul: I see that you have empty homepage. So, fro that you can add the following css to hide it.
    .home .site-content { display: none; }

    Further, if you want to reduce the space then you need to add the following css:
    #supplementary { padding-top: 0; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Too much white space between content and footer’ is closed to new replies.