Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #235372

    Hi,
    I seem to be having a problem with the fullwidth masonry gallery breaking into a second column on a 1280×1024 resolution.

    #235374
    This reply has been marked as private.
    #235529

    Hi!

    Thank you for using the theme. I hope you’re doing great.

    You can actual change the width of the items but it will break the inner layout. Add this on Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 767px) {
    .responsive .av-masonry-gallery .av-masonry-entry {
    width: 24%;
    }
    }

    Regards,
    Ismael

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