Add following css at the end of style.css file to make footer sticky,
.footer{ position:fixed; bottom:0; } body{ background-color:#fff !important; }