transmitstudio
2/7/2019 - 5:43 AM

Force footer to bottom of page (when using Beaver Themer)

/* 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;
}