Home>Support>footer padding

footer padding

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 would like to find out how to change the height of the footer. Thank you! regus

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

  1. 11 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Hi Pampa

    The footer fills the available space on a given page. If you want to force the footer down the page my only fix is to set a minimum height for the content container. Insert the following under Appearance > Custom CSS:

    /* Main Container */
    
    #main {
    	min-height: 500px;
    }

    To adjust the padding within the footer container you can use the following:

    /* Footer Padding */
    
    colophon {
    margin-bottom: 20px !important;
    padding: 30px !important;
    }

    All of the CSS above can be adjusted to suit your needs.

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