Home>Support>footer padding
  1. 10 years, 3 months 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