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 withoverflow: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:
To give me this result
This error occurred to me as well when creating an elemetor footer in wordpress where I was running Astra theme with it’s theme customizer I had already put a simple text footer via widget option. Then I decided it is time to have a proper customized footer via elementor header and footer blocks so once I created this footer usually there is no error but this time there was a big white space below the footer in wordpress site.
Solution was to go to footer page and click edit with elementor and then click all sections in my footer and in layout under edit section find the option called overflow and then from drop down select as hidden repeat for all sections in footer and click update after done. And viola big white space gone finally:)
Finally got it..
Just remove this:
replace this code with this one,
this helped mine. hope for you too guys..