Vantage Theme, Content height 100%
Hi there
I’ve trying to auto fill the browser window if the content is smaller, so the bottom bar is always on the bottom not in the middle of the site if the content small. is there an easy way to achieve this?
bad example (should not be like): http://dev.fmgz.ch/portraet/
good example (always be like): http://dev.fmgz.ch/
thanks in advance
lukas
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi Lukas
Let me check with our customization team if this is possible with some custom CSS. I’ll report back if they’re able to figure something out.
Hi Lukas
Unfortunately we don’t have a flexible JS solution that’ll work in all cases, but there are a few possible solutions to this.
1. Set a minimum height for the content container by adding the following to Appearance > Custom CSS:
/* Main Container */ #main { min-height: 500px; }2. Change the body background color so that the footer no longer appears to be so large on pages without much content. Add the following to Appearance > Custom CSS:
/* Body */ body { background: #fcfcfc !important; }Hope that helps.
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.