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.

Vantage Theme, Content height 100%

10 years ago · Last reply by Greg Priday 10 years ago

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

2
  1. Greg Priday Staff 10 years, 2 months ago

    Hi 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.

  2. Greg Priday Staff 10 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread