Site logo

Archived topic

Spacing between content & footer widget

1 reply · Started by Anonymous on January 27, 2015

Viewing posts 1–2 of 2

Hello guys,

How do I get rid of the extra space between the page content and the footer widgets?

I've tried the scripts mentioned here

Thanks

site: http://kennethfaust.co.uk/

Hi there,

You have a few empty paragraph tags at the bottom of your content which is causing a lot of that space.

Once those are removed, you can use this CSS to tighten up the space more:

.home .hentry {
      margin-bottom: 0;
}
This archived topic is closed to new replies.