The Problem
In same cases, you will notice empty white area at the bottom of your SharePoint page. This will happen when you use section, background and row ShortPoints at the bottom of the page as a footer.
This empty space is added by SharePoint to the content area of the page, not because of ShortPoint.
The Solution
Step 1: Remove the space
Make sure there are no spaces in the page
Step 2: Open Branding Tool
Site Settings - ShortPoint Dashboard - Site Customizations - Press Customize my site button
Step 3: Custom CSS Hotfix
Copy the following CSS Hotfix that will remove the space from the bottom of the page
#s4-bodyContainer { padding-bottom: 0px; } div.article, div.welcome { padding: 10px 0px 0px 0px; }
Paste in the Custom CSS section in ShortPoint branding tool and click apply.
This should remove the space from the bottom of the page.