make padding smaller

make padding smaller

sixdreamz
Explorer
110 0 37

hey, 

 

is it possible to make the padding (marked in red) smaller?

 

URL: sixdreamz.com

Password: sdc2003

 

sixdreamz_0-1727418789909.png

 

Reply 1 (1)

Moeed
Shopify Partner
7016 1892 2311

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--medium:not(.product--no-media) .product__media-wrapper, .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 50% !important;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
</style>

RESULT:

Moeed_0-1727419363328.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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications