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
.
I was having an issue where the footer would not sit at the bottom of my page correctly.
This is my first WordPress site, and may not be the "correctly accepted" fix among senior developers, but for me all I did was one CSS rule of:
body {
height: 0px !important
}
To give me this result
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With