make padding smaller

Solved

make padding smaller

sixdreamz
Explorer
103 0 36

hey, 

 

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

 

URL: sixdreamz.com

Password: sdc2003

 

sixdreamz_0-1727418789909.png

 

Accepted Solution (1)

Sangeetanahar
Explorer
541 36 69

This is an accepted solution.

hello @sixdreamz 

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->section-main-product.css...> add the code end of the file

 

@media screen and (min-width: 990px) {
    .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);
    }
}

BASIC-TEE-BLACK-–-sixdreamz-09-27-2024_12_08_PM.png

If this was helpful, hit the like button and accept the solution.
Thanks

 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here

View solution in original post

Replies 2 (2)

Sangeetanahar
Explorer
541 36 69

This is an accepted solution.

hello @sixdreamz 

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->section-main-product.css...> add the code end of the file

 

@media screen and (min-width: 990px) {
    .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);
    }
}

BASIC-TEE-BLACK-–-sixdreamz-09-27-2024_12_08_PM.png

If this was helpful, hit the like button and accept the solution.
Thanks

 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here

Moeed
Shopify Partner
5420 1463 1750

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

- Custom Design | Advanced Coding | Store Modifications