Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #593727

    Hello, I would like to use gallery in enfold instead of nextgen gallery who is heavy and breaks some things…

    So I use a plug in who can organise the media library in folders but that’s not the point.

    When I insert a 4 column gallery on a page (not masonry). The page display 4 columns. No problem.

    But on mobile there is still 4 column but the thumbnails are very small.

    I would like to have a more responsive content who display 2 columns or one column when it is necessary on mobile and 4 column on desktop.

    Is it possible?

    I precise that I have created custom portrait and landscape thumbnail size with a resize Plugin

    Thx

    #594121

    Hey fredengl,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #606792

    Hi
    I have the same problem, what access data do you need?
    Or is there already an answer available somewhere?

    Best regards, Kornelia

    #607349

    Hi!

    Thank you for the link. Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .avia-gallery-thumb a {
        width: 48% !important;
    }
    }

    Best regards,
    Ismael

    #609192

    Thank you also for this!

    #609384

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

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