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

    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

    #1440280

    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

    #1440289

    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

    #1440313

    Hi,
    when I check the page in the Private Content area the gallery looks full width, so I assume that you have sorted this out.

    Best regards,
    Mike

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