I want to remove the padding in the product page, white space on left and right of product image.

Solved

I want to remove the padding in the product page, white space on left and right of product image.

basically
Tourist
22 0 0

Screenshot_20231019_170257_Chrome.jpg

 <EXPERTS PLEASE HELP>

Need to fill the white gap on the right and left of image only in product page(mobile site only)

Accepted Solution (1)

Moeed
Shopify Partner
5396 1458 1744

This is an accepted solution.

Hey @basically 

 

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>
.slider.slider--mobile .slider__slide {
    margin-left: 0 !important;
}
.grid--peek.slider:after {
    display: none !important;
}
</style>

RESULT:

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


View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
5396 1458 1744

This is an accepted solution.

Hey @basically 

 

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>
.slider.slider--mobile .slider__slide {
    margin-left: 0 !important;
}
.grid--peek.slider:after {
    display: none !important;
}
</style>

RESULT:

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


basically
Tourist
22 0 0

Thank you so much brother!!

Moeed
Shopify Partner
5396 1458 1744

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


basically
Tourist
22 0 0

How can I make the header transparent in product page?

basically
Tourist
22 0 0

How can I make the header transparent in product page?