Home>Support>changing height of footer

changing height of footer

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].

I want a background image of sky with a hill at the bottom to work no matter how much text there is. So thinking that I can put the sky as a background image into the main page and the hill into the footer.

Looked at video on changing css and see the item is:
footer#colophon.site-footer 1476 px x 103 px.

Tried entering various custom css but they didn’t work. Any suggestions?

/* Change Height of Footer */
.layout-full #colophon {
padding-top: 100px
padding-bottom: 200px;
}

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

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

    Hi Deborah

    Thanks for running Vantage.

    You can either set a footer min-height as follows:

    #colophon {
    min-height: 600px;
    }

    Or add footer padding:

    #colophon {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    }
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