Hello @KCreative,
Thank you for sending out the screenshot. This issue usually happen when there aren’t enough contents to display which would compensate the browser height. It means that the page content height is less than the height of your browser’s full view.
To prevent this kind of issue, you need to set a minimum height for the page entry content. Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.page-template .entry-wrap {
min-height: calc(100vh - 160px );
}
We would loved to know if this has work for you. Thank you.