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.

Replies

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

    Hi Reza

    Thanks for reaching out.

    Vantage unfortunately doesn’t offer a sticky footer. There are two methods you could use to adjust the layout in this regard:

    1. Set a minimum height for the content container to push the footer down. Insert the following at Appearance > Custom CSS:

    /* Main Container */
    #main {
    	min-height: 500px;
    }

    Adjust the 500px value as required.

    OR

    2. The footer isn’t actually big, the site background color is the same color as the footer background. To revert Vantage back to a standard background color, try the following at Appearance > Custom CSS:

    body.layout-full {
      background-color: #fff;
    }
    #colophon {
      background: #2f3033;
    }

    The second color value is the background color of your footer.

    Let us know how you do.

  2. Reza Nanhekhan 10 years, 10 months ago

    Hi Andrew,

    The footer is much better now ,thanks!
    how can i get rid of the white space below the footer?

    reza

  3. Reza Nanhekhan Private 10 years, 10 months ago

    This is a private message.

  4. Andrew Misplon Staff 10 years, 10 months ago

    Hi Reza

    It looks like you’ve gone with option two. Vantage doesn’t have a sticky footer so there is unfortunately no way to remove the white space below the footer. Let’s recap quickly:

    * The original situation was that the body background color was the same as the footer background color. That’s why you didn’t see any white below the footer.

    * You can use option one, that’ll push the footer down by setting a minimum height for the content container.

    * OR you can use option two which it looks like you used. That removes the background color from the body.

    Hope this makes a little more sense now.

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