Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: How to reduce description line spacing in product page in Dawn

Solved

How to reduce description line spacing in product page in Dawn

BlankStudio
Explorer
56 1 23

Hello,

How can I make the spacing between the lines little, smaller?

Basically, I want the description to be more compact.

Thanks.

www.blankstudiocy.com

xfjg.PNG

Accepted Solutions (2)

Made4uo-Ribe
Shopify Partner
9045 2161 2667

This is an accepted solution.

Hi @BlankStudio 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product__description.rte p {
    line-height: normal;
}

 

And Save. 

Result:

Made4uoRibe_0-1718313328992.png

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

ZestardTech
Shopify Partner
5905 1066 1412

This is an accepted solution.

Hi @BlankStudio 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

.product__description.rte.quick-add-hidden p {
line-height: 1.5;
}

 

ZestardTech_0-1718347678408.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
9045 2161 2667

This is an accepted solution.

Hi @BlankStudio 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product__description.rte p {
    line-height: normal;
}

 

And Save. 

Result:

Made4uoRibe_0-1718313328992.png

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
BlankStudio
Explorer
56 1 23

Works like a charm!! Thank you!

ZestardTech
Shopify Partner
5905 1066 1412

This is an accepted solution.

Hi @BlankStudio 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

.product__description.rte.quick-add-hidden p {
line-height: 1.5;
}

 

ZestardTech_0-1718347678408.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
BlankStudio
Explorer
56 1 23

It works very well! Thank you very much for your help.

ZestardTech
Shopify Partner
5905 1066 1412

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing