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 guys,
Is there a way to make my page height [content] to be all the way to the bottom of the page.
 Currently I have one line of text [link] and the footer is just below that line, I want the footer at the bottom where it belongs and just show all page content.
I am using Premium Origami.
Many thanks
 Ozzieguy

Hi ozzieguy
Insert under Appearance > Custom CSS:
/* Origami Post Content Min Height */ .post .content { min-height: 500px; }Edit as required.
Thank you Andrew
It worked a treat, much appreciated.
Best Wishes
Oz
Super, glad that did the trick.