You don't see any div's when you inspect the other pages but the white space under the footer wasn't there before I added this div on the home page
You don't see any div's when you inspect the other pages but the white space under the footer wasn't there before I added this div on the home page
Yes this is working exactly as it should.
On long pages you have a "Scroll to Top" feature at the bottom of the page. This takes up some space.
On short pages this doesn't show but the space is still there.
This "feature" takes up the same amount of space whether it shows or not.
I suspect this needs further investigation!
Ahhh, so that's the culprit! Thanks Gilby, I'll set a min-height:0; on the scroll to top feature. Hopefully that'll solve it.