Home>Support>Set content size to set max to footer

Set content size to set max to footer

Hello,

Im using vantage for a website. But on one page ive got a little text, so the footer gets to large at this page.

Is there a solution to make the footer on this page smaller, instead of adding ‘extra text’.

Thank you.

URL: http://bit.ly/1vkuWcv

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, 6 days ago Greg Priday
    Hi, I Work Here

    Hi PlaagGeest

    The actual footer isn’t actually growing, but we do set the background colour of the page to match the footer, which is why it appears so large. One option you have here is to change the background colour to match your page background.

    Navigate to Appearance > Custom CSS and add the following code.

    body.layout-full {
        background-color: #FCFCFC !important;
    }
    
  2. 10 years, 7 hours ago PlaagGeest

    Hi Greg,

    Your code worked like a charm, another (small?) question.

    How do I adjust the height of the footer which is now left? Can I do this the same way, by adding/adjusting custom css?

    Thank you!

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

    Hi, if you’d like to set a min-height for your page content, thereby pushing the footer down you can do so by adding the following to Appearance > Custom CSS and editing as required:

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

    To adjust footer padding you’d use the following:

    /* Adjust footer padding when using the full width layout */
    
    .layout-full #colophon {
    padding-bottom: 30px !important;
    padding-top: 30px !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