Slider issue
Hi! Want to be able to have my slider images fill the whole page from left to write without forcing the stretch and losing resolution and part of the image. Any ideas?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Or 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?
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.