HC || Sticky Footer - CSS
https://help.instapage.com/hc/en-us/articles/217140498-Add-a-sticky-header-or-footer-to-your-page
https://gist.github.com/dan-donica/d5136bec4db96650c953e6b1f0f538ed
<!-- Begin "Sticky Footer" || Help center -->
<!-- Insert in Settings->HTML/CSS->Head -->
<!-- CS:20200120-12-4 -->
<style>
.sticky-footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100%;
z-index: 1000000;
}
</style>
<!-- End "Sticky Footer" || Help center -->