Hello,
How can I make the spacing between the lines little, smaller?
Basically, I want the description to be more compact.
Thanks.
Hello,
How can I make the spacing between the lines little, smaller?
Basically, I want the description to be more compact.
Thanks.
Hi @StudioBlank
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:
Hi @StudioBlank
.product__description.rte.quick-add-hidden p {
line-height: 1.5;
}
Works like a charm!! Thank you!
It works very well! Thank you very much for your help.
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.