Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #801894

    Hi,

    I would like the slideshow to have the boxed layout setup, but without changing anything else. How do I go about it?

    #802351

    Hey FlatText,

    Please post a link to your site and a screenshot highlighting the changes you would like to make.

    Best regards,
    Rikard

    #802428

    Hi Rikard,

    Link in private content.

    #802537

    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

    #802573

    Thanks Rikard.

    It wasn’t right on mobile view so I had to add a media query to it:

    @media (min-width: 900px)

    #802735

    Hi FlatText,

    Glad you got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.