Hi,
I seem to be having a problem with the fullwidth masonry gallery breaking into a second column on a 1280×1024 resolution.
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