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

    Hi!

    I am having an issue with the masonry gallery on our site. It looks fine until it stretches to about 2050 on an 24″ Thunderbolt display (resolution 2560 x 1440). Once stretched, the second column get’s out of alignment with the rest of gallery.

    Thoughts?

    Keith

    #351732

    Hey Keith!

    Thank you for using Enfold.

    Try adding on Quick CSS or custom.css:

    .av-masonry-image-container img {
    display: block;
    margin: 0 auto;
    width: 100%;
    }

    Regards,
    Ismael

    #352550

    Thank you Ismael, that worked perfectly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Masonry Gallery alignment on large monitor’ is closed to new replies.