Footer padding and margin height in Vantage Premiun Theme
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;
}
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.