Hiding the white space from custom code
If you're adding CSS or JS we suggest adding it to the bottom of the page. However, this may cause a white space to appear at the bottom of the page, to hide that unwanted space do the following:
Click the Anchor icon in the main toolbar and set the Anchor Link name to "custom".


Add the following code to the custom code textarea.
<style> #custom {display:none!important;} </style>