Hi, I have some issues on mobile landscape display. Seems like the masonry gallery is breaking and only showing 1 column.
How can I fix this?
Hey DROR,
Thank you for using Enfold.
The following css modification breaks the masonry layout on mobile view.
@media only screen and (max-width: 767px) {
#top .av-masonry-entry.av-masonry-entry {
left: 0 !important;
}
}
What is that for? You may have to remove it.
Best regards,
Ismael
Hi, I removed that code but it didn’t change anything. It still breaks.
Hi bakbek,
Best regards,
Victoria