Home>Support>Force Vantage footer to bottom of screen?

Force Vantage footer to bottom of screen?

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, how can I add css to push the footer to the bottom of screen when there is little content on the page? Thanks.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 4 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Hi Justin

    Thanks for reaching out.

    Vantage, unfortunately, doesn’t offer a sticky footer but there are a couple of things we can try.

    One option is to change the body background color to white:

    body {
    	background: #fff;
    }

    Another option is to set a min-height for the content area:

    .site-main {
    	min-height: 500px;
    }

    You can adjust the min-height value above as required. Hopefully, that helps a bit.

  2. 4 years, 3 months ago Justin Tuijl

    Thank you

  3. 4 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Sure, no problem :)

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More