Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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
Hi Alessio
You could try a minimum height for the body:
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/