Issue
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?
Solution
The extra spacing is caused by the clearfix on #footer.col-full:after
You can fix it with overflow:hidden
on #footer
.
Answered By - Rob
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.