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

2
  1. JJ Dixon 11 years, 1 month ago

    Or if there isn’t a way, is there a way to use the space on either side of the slider so it doesn’t look like dead space?

  2. Andrew Misplon Staff 11 years, 1 month ago

    Hi JJ

    There isn’t anyway within the theme to use the space outside of the content container.

    If you’re running the full width slider you can try the following in a Custom CSS plugin to stop the images being pushed to max-width:

    /*
    Vantage Theme, remove max width/layer centering.
    Usage: Copy and paste this code into Appearance > Custom CSS or your own Custom CSS module.
    */
    body.responsive.layout-full #page-wrapper .metaslider .full-container,
    .layout-full #page-wrapper .metaslider .full-container {
    max-width: none;
    }

    That’ll prevent zooming.

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