RPeraltaJr
9/11/2017 - 7:09 PM

Sticky Footer

Set footer to stick to the bottom of the page no matter the height.

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
<footer>
  <div class="container">
    <div class="col-md-12">
      <p>Content goes here.</p>
    </div>
  </div>
</footer>