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.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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; }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!
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.