make spacing smaller

make spacing smaller

sixdreamz
Explorer
103 0 36

hey,

i would like to make my spacing on the product page smaller

 

sixdreamz_0-1727429340909.png

 

 

url: sixdreamz.com

password: sdc2003

Replies 2 (2)

Moeed
Shopify Partner
5334 1443 1727

Hey @sixdreamz 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.product__media.media.media--transparent img.image-magnify-none {
    height: 100% !important;
}
</style>

RESULT:

Moeed_0-1727429780274.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


sixdreamz
Explorer
103 0 36

when i do your css, the image size gets bigger too 😕