We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Make product image smaller on product page

Make product image smaller on product page

MollieHammond
Explorer
54 1 8

Hi all, 

 

Hope everyone had a great weekend. I'm reaching out as we recently made some changes to our Shopify store, including changing the product images on the product page from a grid to a caurosel. Unfortunately now the main product image is slightly too big, and it is ruining the resolution of the images. Could anyone advise how to make this image slightly smaller? It is already as small as our themes standard settings allow. 

 

Theme: Palo Alto

URL to product page example: https://www.coffee.prestigerepairs.com.au/collections/manual-coffee-machines/products/la-pavoni-espe...

 

Thank you for any assistance. 

Kind regards,

Mollie Hammond
Replies 3 (3)

Guleria
Shopify Partner
4299 825 1189

Hello @MollieHammond ,

 

Try this css

@media screen and (min-width: 768px) {
.product-single__media-slide {
    width: 70% !important; 
    margin: 0 auto;
}
}

 

Add this css in file theme.css at bottom

 

Regards
Guleria

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.
MollieHammond
Explorer
54 1 8

Hey, 

That made the images smaller but it now leaks into the previous and next image on either side. 

MollieHammond_0-1751277806782.png

 

Kind regards,

Mollie Hammond
MollieHammond
Explorer
54 1 8

Hey,

not sure if you saw my reply above or not, but did you happen to know how to do this without making the images overlap?

Kind regards,

Mollie Hammond