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?
The extra spacing is caused by the clearfix on #footer.col-full:after
You can fix it with overflow:hidden
on #footer
.