• Resolved Nyklickova

    (@nyklickova)


    Hi,
    I have three images side by side, using the gallery setting. On a desktop it looks great, all the same size, but on mobile (iphone with firefox and chrome, and samsung with chrome) the first two images are the same size (side by side) but the third image is larger -about twice the size. Any way to have them all appear the same size?
    Thanks!
    Tiffany

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mat

    (@mateithemeisle)

    Hello @nyklickova ,

    Thank you for choosing Neve!

    In order to fix the issue you can copy and paste the below lines of code into the “”Additional CSS”” tab in the Customize tab of the page.

    @media only screen and (max-width: 768px) {
    .wp-block-gallery .blocks-gallery-item {
    width: 100%
    }
    }

    Please let us know if this answer was helpful!

    Thank you and have an amazing day!

    Thread Starter Nyklickova

    (@nyklickova)

    Problem solved! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gallery images on mobile’ is closed to new replies.