How to make footer stick to bottom of page with margin-bottom ?
-
I have a Twentyeleven child theme https://www.route32.be/demaeyer/
How do I make the bottom of the page/body/content glue to the bottom? Like the header ‘sticks’ to the top of the page, I want the footer or site generator to stick to the bottom of the page.
I’ve tried:
#page {
margin-top: 0;
margin-bottom: 0;
}#site-generator {margin-bottom: 0;}
#colophon {margin-bottom: 0;}
But these options don’t seem to have any results..
Thanks!
Leila
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to make footer stick to bottom of page with margin-bottom ?’ is closed to new replies.