Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1009416

    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?

    #1009792

    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

    #1009872

    Hi, I removed that code but it didn’t change anything. It still breaks.

    #1010409

    Hi bakbek,

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.