Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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?
Hi 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.