I have built a site with a master footer. One some of my pages there is extra white space (maybe 150-200 px) below the footer, even though there are no design elements or sections below it. I have compared every setting I can find between pages where there is extra space and where there is none. This does not seem to be an issue of only very short pages getting extra white space at the end, as one or two of them are quite long.
top of page
I came here with the same problem and I just found a solution that worked for me so far. I clicked on the Footer, selected Height, and set it to Auto. See the screengrab below... hope this helps.
Anyone have a fix for this yet? I've tried the ones mentioned in comments, but nothing works for me yet
I'm having this problem as well- on my website (which used to have no problems at all) I have 5 pages of various page lengths, and 4 of them have different amounts of white space under the footer, but not the longest page. After clicking back and forth to compare page lengths, it seems the 4 pages with the white space are all trying to add space to make them as long as that 5th, longer page.
This is a new problem for my website, and I notice it has occurred ever since the Wix update that launched the "Sections" feature into the editor. I added a couple Sections to my site after it launched. My guess is that using Sections instead of just Strips is what's causing the bug in page length.
To solve this issue, just try to delete the footer and then add it back on each page.
I think I´m going crasy. I have the same issue and I don´t find anything. Why do they make it so hard??? A white footer that doesn´t go away and I need to sit for hours try to fix it when I´m finnished with the rest.
I've just had the same issue that was only showing in Safari.
I tracked it down to a button I had inside a container that appeared in several places on my site. The container had a fixed pixel width but the height was set to auto. Once I changed the height to a fixed pixel it sorted the extra space at the bottom.
Hope this helps
Did you find a solution to this problem? I have the same issue on one of my pages as well. Can't get rid of the whitespace below my footer.
Can you share a link and maybe screen shot of the editor with focus on that footer, please?
I would give the content section a min-height at least. That way if you have less content, the footer will remain more to the bottom.
header (ie 100px)
content min-height 80-90vh*
footer (ie 150px)
You willl have to play around with it as pixels don't adjust to screen's view ports.