When the window is resized, the height of the footer expands but not the background color. Help!
http://twitter.github.io/bootstrap/examples/sticky-footer.html
height: auto
seems to solve the problem. You can include it with a media query for small viewports:
@media only screen and (max-device-width: 480px) {
#footer {
height: auto;
}
}
Your demo doesn't work anymore but the best Bootstrap sticky footer I've found is: https://gist.github.com/aalaap/3066704
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With