Make footer stay at bottom of fold

You’re looking for a sticky footer. Easier said than done I’ve found. There usually needs to be some compromise such as fixed height or non-responsive. Here’s the best solution I’ve found: https://gist.github.com/aalaap/3066704

It takes a bit of tweaking to get up and running on Bootstrap but it’s the most flexible/responsive solution I’ve seen.