How to Remove the White Space below the Footer in Wordpress Site using CSS

Jed picture Jed · Sep 12, 2013 · Viewed 21.8k times · Source

I have my site here. I am using a wordpress WOO Theme named Canvas. I can't figure it out how to remove the whitespace below the footer.

This is a screen shot of the issue.

Q: What is the easiest way to remove the space using CSS that conforms with the website standards?

Answer

Rob picture Rob · Sep 12, 2013

The extra spacing is caused by the clearfix on #footer.col-full:after You can fix it with overflow:hidden on #footer.