I have attached 2 images of the way product images look, is it possible to make them look like the second image? The first image is on my current theme called motion whilst the second one is on dawn. Thank you for your help in advance.
Hi @senxios
How is it going today?
Please follow these steps to fix this for the motion theme
- From your Shopify admin dashboard
- Navigate to Online stores > Themes > Select the main theme > Customize
- Select the Collections page from the pages selector at the top center
- On the Collections page, you can change the product grid to show 4 products per row
https://share.getcloudapp.com/X6uELNDw
Cheers!
Hi, I tried it but the images still look different, they are much more zoomed in on motion and I am not sure how to change it.
I managed to fix this myself btw. I added the following code to theme.css :
img[data-sizes=auto] {
object-fit: contain!important;
}
.grid__image-ratio {
position: relative;
background-color: #fff!important;
}