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

1
  1. Andrew Misplon Staff 11 years, 7 months ago

    Hi Ramamoorthy

    There is full control over all footer colors in the Premium version of Vantage (Appearance > Customize). It’s possible to upgrade from as little as $5, once off, from Appearance > Premium Upgrade.

    You can adjust the footer padding with the following CSS – insert into Appearance > Custom CSS in Vantage Premium or your own Custom CSS module. If you don’t have one installed I recommend the Custom CSS module bundled with the Jetpack plugin:

    /* Footer Padding */
    colophon {
    margin-bottom: 20px !important;
    padding: 30px !important;
    }

    If you’re using the Boxed layout then the following CSS can be used to adjust the site Width:

    /* Vantage Boxed Layout Site Width */
    body.responsive #page-wrapper {
    max-width: 960px !important;
    }

    If you’re using the Full Width layout then use this Custom CSS:

    /* Vantage Full Width Layout Adjust Container Width */
    body.responsive.layout-full #page-wrapper .full-container {
    max-width: 1080px !important;
    }

    All the CSS provided must be adjusted on your side to meet your needs.

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