/* Force footer to the bottom on pages with limited content */
.fl-page {
position: relative;
min-height: 100vh;
padding-bottom: 60px; /* Should be equal to the height of your footer */
}
.site-footer { /* this would be fl-page-footer-wrap if using BB theme */
width: 100%;
position: absolute;
bottom: 0px;
}