Hi,
I would like the slideshow to have the boxed layout setup, but without changing anything else. How do I go about it?
Hey FlatText,
Please post a link to your site and a screenshot highlighting the changes you would like to make.
Best regards,
Rikard
Hi Rikard,
Link in private content.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.av-layout-grid-container {
width: 1310px !important;
display: table;
margin: 0 auto;
}
Best regards,
Rikard
Thanks Rikard.
It wasn’t right on mobile view so I had to add a media query to it:
@media (min-width: 900px)
Hi FlatText,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria