Vantage Theme: Stretch Meta Slider to Full Width on other pages
The homepage has the option to stretch the meta slider to be full-width, but I cannot figure out how to add a meta slider on another page that is full-width instead of having a margin on the top and sides. Is there a way to do this?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
7Hi Kristina
Thanks for running Vantage.
Each page has a Meta Slider drop down menu in the right column, use that to insert to insert your page sliders.
Hi,
That works. But if I want to add multiple meta slider on the same page and still have them full width, is there a way?
Thanks.
Like on this page: https://eolo.espaceweb.usherbrooke.ca/?page_id=213
Add that in custom.css:
.metaslider {
margin-left: -35px;
margin-right: -35px;
}
Not that I know of, unfortunately. The content container is fixed width, the slider is inserted before this container, allowing it to run full width.
That work:
.metaslider {
margin-left: -35px;
margin-right: -35px;
}
Super, glad you found a solution there. Thanks for sharing.
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.