Remove white gaps from page

Guys I have literally lost my sleep over this. I am working on this project and I just can’t get rid of this huge white gap appearing below no matter what I try. This is what I have tried so far:

  • Remove elements from box and add them seperate to the page so footer is movable

  • Removed all gaps between content as well as between footer and body.

Before when I added some content inside a container and some content outside, the elements outside the box didn’t have the problem but above them was a huge gap. So I thought the box might be causing it. Now I have deleted the box and removed content from it but the gap between content and footer remains. Please help me out on this I am loosing my mind here.

Hi @waleedahmed10 , click anywhere on the page, the page handler will appear on the bottom of the page between the page and the footer, double-click on the handler to remove the gap.

Note that if you’re using conditional statements to collapse elements that are more than 70px away from each other, the elements won’t be pulled and you’ll end up with a white (empty) space.

Wherever possible make the gap between the elements 70px or less, so they’re pulled up if an element is collapsed, or if an element that use dynamic data has fewer data.

Hope that helped!
Ahmad

Thank you Ahmad for the reply. However, I managed to fix it by doing the following:

  1. All elements were contained in a single container like
    of sorts. This of course when comes to Wix is not a good idea. So I had them all removed and delted that box because otherwise I won’t be able to move the footer.
  2. Second I cut all elements, dragged footer all the way up and pasted elements back into it. This time elements forced the footer to drag down.

So it’s basically simple physics. If you have a rubber pre-stretched, no matter what you put in or remove, the rubber won’t budge. But if the rubber is strecthec because of objects, it will go back it’s place once objects are removed.

Hope this helps people in pain because of this problem in the future.

Glad that your issue was solved :blush:
Happy Coding!