• Resolved myancey

    (@myancey)


    Hi, I searched the forum and tried a css code to get rid of the white space above the footer on my home page. It did not quite work – it only reduced the size of the white space.

    This is the code that I used:
    .site-main,
    div.content-area,
    div.page {
    margin-bottom: 0em;
    }

    There is still white space that I want to delete above the footer. Help is appreciated.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello!

    You can try:
    .hentry{
    margin-bottom:0px;
    }

    or

    #post-244{
    margin-bottom:0px;
    }

    Thread Starter myancey

    (@myancey)

    Thanks, but neither of those worked.

    Thread Starter myancey

    (@myancey)

    I kept messing around and ent back to the original code and changed it a bit and found a solution:

    .page-id-27861,
    div.content-area,
    div.page {
    margin-bottom: -6em;
    }

    Rather than use 0, I used a negative number that removed the white space for this particular page. Now I’ll work on the site as a whole.

    Thread Starter myancey

    (@myancey)

    Thanks

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