I know that there are many topics about this question but i can't get it to work. I'd like my footer to be flushed to the bottom of the page (not fixed). Could somebody tell me how to do this in Bootstrap?
This is the structure of my page
<body>
<div class="page-container">
<div class="page-content">
<div class="container-fluid">
<!-- some code -->
</div>
</div>
</div>
<div class="page-footer">
<div class="container-fluid">
Copyright © 2015. All Rights Reserved.
</div>
</div>
</body>
This is the way that bootstrap would do it:
http://getbootstrap.com/examples/sticky-footer/