/* Sticky footer styles -------------------------------------------------- */ html, body {min-height:100%; padding:0; margin:0;} body { padding: $header-height 0 $footer-height 0; position:absolute; top:0; bottom:0; left:0; right:0; } #page-header-and-content { min-height:100%; } #page-footer { margin-bottom: -$footer-height; height: $footer-height; width: 100%; #footer-content { vertical-align: middle; line-height: $footer-height; } }