Re: product page

How do I adjust spacing on a product detail page?

MINHOJI
Excursionist
29 0 0

I would like to adjust the spacing of the detailed page of the product.

I'd appreciate your help.

 

간격.PNG

Replies 4 (4)

Moeed
Shopify Partner
4987 1325 1608

Hey @MINHOJI 

 

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-recommendations.related-products.page-width.section-template--17242443579635__related-products-padding.isolate.scroll-trigger.animate--slide-in {
    display: none;
}
.multirow.section-template--17242443579635__e1178239-a797-4929-a3a5-030a3205f38d-padding.gradient.color-inverse {
    padding: 0 !important;
}
.multirow__inner.page-width {
    row-gap: unset !important;
}
</style>

RESULT:

Moeed_0-1704539787479.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
- Your Coffee Tip and my code, A perfect blend. ❤️
MINHOJI
Excursionist
29 0 0

Thank you for your answer.

I hope you don't stick it on, but widen it.

suyash1
Shopify Partner
9783 1214 1554

@MINHOJI - can you please share this page link?

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me
MINHOJI
Excursionist
29 0 0