Hello @Olbap ,
Welcome to the Shopify community!
Please Share your store live url with password (if it password protected) & screenshot where you want to do modification, so that I will solve your issue here!
@Olbap - it can be done like screenshot, only thing is if you add 4th image, it will come to second row… this is not automatic adjustment we need manual code change.
you can add given css to the end of theme.scss file, this will change on all product pages
Hello. In some products I have 3 images in the submedia gallery and its ok in 1 row, but if I add a 4th or 5th image appear another row. Can i put all the images (3, 4, 5…) in only one row?
I tried that code, not works sorry.
You can see the two rows of images in this product
Hello. In some products I have 3 images in the submedia gallery and its ok in 1 row, but if I add a 4th or 5th image appear another row. Can i put all the images (3, 4, 5…) in only one row?
I tried that code, not works sorry.
You can see the two rows of images in this product
@Olbap - it is possible to put 5 images by adjusting width, but css do not know if your product has 3 image or 5 image, so if you make change to that number 33 to make it 25%, you will get 4 images in a row, if you do 20% then 5 images in a row but it will affect the products with 2-3 images too by making them smaller
therefore automatic adjusting everything is not possible