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

    Hi, I´m using a standard gallery with 1 row and 3 images (so 3 columns). On mobile this remains the same: 1 row, 3 images. I find the images way too small and would prefer it I could display each image fullwidth for mobile, i.e. in 1 column. I´m sure this is possible but I can´t find the right piece of code for targeting in custom CSS. Can you help? Thanks.

    #1305011

    Hi sarawh,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1305083

    Hi Rikard,

    See down below. Thanks.

    Best regards, Sara

    #1305350

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #top #wrap_all .avia-gallery .avia-gallery-thumb a {
        width: 100%;
    }
    }

    Best regards,
    Rikard

    #1305649

    Hi Rikard,

    I needed to add !important but then it worked – great, thanks for your help!

    Have a good week & best regards,
    Sara

    #1305683

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change / Increase size of gallery images on mobile’ is closed to new replies.