This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Footer padding and margin height in Vantage Premiun Theme

10 years ago · Last reply by Andrew Misplon 10 years ago

I tried to change the height of the footer but does not change. the hieght of the footer changes depend on how much content on the page. I would like to keep it at the bottom of the site. I was able to change the home page but the rest of the pages does not change.

I added the following to Custome CSS:

/* Main Container */

#main {
min-height: 800px;
}

/* Footer Padding */

colophon {
margin-bottom: 5px !important;
padding: 5px !important;
}

URL: http://www.ihelpeople.org/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 3 months ago

    Hi J

    Thanks for reaching out.

    Vantage, unfortunately doesn’t have a sticky footer. There are two options to change the setup:

    1. Set a min-height for the content area as you’ve done.

    or

    2. Change the absolute body background color to white. The footer doesn’t actually have a lot of padding. Vantage just matches the body background color to the footer background color.

    /* Body */
    body {
      background: #fcfcfc !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.

Have a different question or issue?

Start New Thread