Home>Support>Footer not fixed

Footer not fixed

By Cinzia, 3 years ago. Last reply by SiteOrigin, 3 years ago.

Hi, I’m Italian, I don’t speak English but I hope to explain myself. I am using Vantage templates which is wonderful. But I have a problem. If the page has little content, the footer rises a lot and this is not nice. Can you help me solve this problem?
Greetings
Cinzia

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

  1. 3 years, 7 months ago SiteOrigin
    Hi, I Work Here

    Hi Cinzia

    Thanks for posting your question.

    The Vantage body background and footer background colors are the same. On pages without much content, this can lead to the appearance of a large footer. If this is something you’d like to change, you can either change the body background color to white or set a minimum height for the content container thereby pushing the footer down the page.

    Change the Body Background Color to White

    body {
    	background: #fff;
    }

    or

    Set a Content Container Minimum Height

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

    The value above can be adjusted as required.

    Either snippet can be inserted at AppearanceCustom CSS if you’re using SiteOrigin CSS or CustomizeAdditional CSS.

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