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].
Hi,
The footer position was at the bottom in all my pages. However, when I removed some text from my home page leaving a lot of blank space, the footer jumped to the middle of the page.
Is there a way to force the footer to remain at the bottom of the page in the Vantage theme regardless of the content of the page?
Thanks again Andrew. I just found a solution you provided in a separate thread.
I implemented your custom CSS snippet below and it worked. Thanks a lot.
#main {
min-height: 500px;
}