How to force the footer to stay at the bottom of the page?
Hello,
I created a child theme based on Origami.
I would like to force the footer to stay at the bottom of the page, but only on the child.
Is it possible?
Thanks
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Alessio
You could try a minimum height for the body:
/* Origami Content Min Height */ .post { min-height: 1000px; }There are various CSS and Javacript methods to have a sticky footer, it’s unfortunately a little beyond the theme support we can offer:
CSS: http://www.cssreset.com/how-to-keep-footer-at-bottom-of-page-with-css/
Javascript: http://css-tricks.com/snippets/css/sticky-footer/
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.