Tagged: Masonry Gallery, two columns on mobile
Hi!
I´m working on a site with a lot of images in several masonry galleries. On mobile version that means endless scrolling if the galleries are just in one column like they are now. I´d like it to be two columns like in attached image. Is this possible?
Regards, Roger
Hey Technohead,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 480px) {
.responsive #top .av-masonry-entry {
width: 49.9% !important;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you for a prompt reply Mike, that worked like a charm!
My client wonder if it´s possible to make the galleries fullwidth as well?
Regards, Roger