Hi,
I noticed when you use automatic masonry, the columns jump from 4 to 6.
Where can I adjust the automatic masonry behavior? I would like to have a step in between: 5 columns.
Thank you!
S
Hi,
Can you post the link to your website please?
Regards,
Josue
As you see it jumps on the homepage from 4 to 6 and skips the 5 columns. I’d like to have 5 columns step as well and edit the triggers from which screen size they jump to different columns.
Thank you
Hi!
Add this to Quick CSS:
@media only screen and (min-width: 1500px) and (max-width:1800px) {
.responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry {
width:20%
}
}
That will create an extra step that will show 5 columns from 1500px to 1800px width, adjust if needed.
Best regards,
Josue
Awesome. Thanks, Josue!
You are welcome, glad to help :)
Regards,
Josue