Force footer to bottom of page on short pages
-
I have a couple of pages that are short, at least for the time being, and so the footer starts halfway down the page, leaving a large dark gray area on the lower half.
I used to be able to add this css, on other sites, to force the page to fill the vertical space and force the footer to the bottom, but it doesn’t seem to work on this theme:
html, body {
height: 100.1%;
margin: 0;
}Not sure why margin set to 0.
Is there a way to do this?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Force footer to bottom of page on short pages’ is closed to new replies.