The footer of this web page I'm working on is sticking to the bottom on most pages, except when the content is larger than it's "supposed to be".
A faulty page is: * A good page is: *
I tried multiple methods of sticking the footer at the bottom, all with different results.
This is the Zen starterkit-template from Drupal 7.x.
The problem is not with the footer. You have this CSS that forces a height of 1100px on the
#wrapper
and#subwrapper
elements, which is why it seems like there's something "below" the footer.It looks like you're using these elements as a background image. You can fix it by trying this CSS instead: