Reduce The White Space In The Product Description

Solved

Reduce The White Space In The Product Description

salaheddine2
Tourist
13 0 2

Hello,

 

I need help with reducing the withe space in my shopify Empire theme product description (red lines)

 

link : https://bit.ly/3PYvJkY

 

salaheddine2_0-1713110353260.png

 

 

Accepted Solution (1)

Moeed
Shopify Partner
5396 1458 1744

This is an accepted solution.

Hey @salaheddine2 

 

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-description.rte h3, h2 {
    margin: 0 !important;
}
</style>

 

RESULT:

Moeed_2-1713115562058.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 2 (2)

Moeed
Shopify Partner
5396 1458 1744

This is an accepted solution.

Hey @salaheddine2 

 

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-description.rte h3, h2 {
    margin: 0 !important;
}
</style>

 

RESULT:

Moeed_2-1713115562058.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


salaheddine2
Tourist
13 0 2

thank you