Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #337702

    I’ve used a full width masonry portfolio (videos with static thumbs), but on large displays, the images don’t scale up to full width. The 4 images are left justified with a big gap on the right side. I’m not using a color section here, and it’s set to full width. What else is not set correctly?

    #338096

    Hey michaelhiga!

    Thank you for using Enfold.

    You can adjust the width of the masonry entries on larger screens with this:

    @media only screen and (min-width: 1800px) {
    .responsive.html_stretched .av-masonry-entry {
    width: 25.0%;
    }
    }

    Best regards,
    Ismael

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