Tagged: masonry grid
Hi,
I have a similar question to post-1434296.
Is it possible to change the number of columns in a masonry grid (f.e. from 4 to 5) for screens that are f.e. wider than 2048px?
Best regards,
Vera
Hey Vera,
Thank you for the inquiry.
This is possible only when the Styling > Masonry Settings > Size Settings is set to Perfect Grid. Please add the following css code:
@media only screen and (min-width: 2024px) {
.av-masonry-entry {
width: 19.9%;
}
}
Best regards,
Ismael
Hi Ismael,
Thank you!
Best regards,
Vera