In my mobile views when I contract the screen to the smallest view size there is some extra white space below the footer. I believe this means that there is not enough content to fill the space. When expanded there is no white space. Will this white space show up when the site is published?
Hi @soulluciani, thanks for your post. It sounds like you may need to set your body height to 100%.
To give more detailed feedback on this, could you please update your post with some more information so we can help you faster? Things like your read-only link, screenshots, and your environment info really speed things up.
Hi @soulluciani, thanks a lot for the update, I am sorry for my delayed reply. The next thing to check and verify, is that all pages where this is happening, that you make sure on mobile portrait viewport the body is set to 100% height, and the class Page Section is also set to 100% height.
When I made sure that both of these were set to 100%, then the whitespace was removed and the page section class filled the whole page. Could you check that and see if that helps?