Reduce line spacing in product description Dawn Theme

Hello. I use the Dawn Theme. I used to use Debut Theme and someone helped me use a copy/paste code in the theme.css file to reduce the line spacing between each line of text in a product description. I tried applying the same code to the base.css (since I don’t have a theme.css anymore) code but was unsuccessful. This is the discussion where a solution for Debut worked (https://community.shopify.com/c/shopify-design/reduce-line-spacing-in-product-descriptions-in-debut-theme/td-p/1532674). Can anyone help accomplish the same for my Dawn Theme?

www.theburpboss.com password: leistu

Thanks!

1 Like

Hi @TheBurpBoss

If you can add this to the bottom of your assets/component-rte.css file:

.rte>p {
    margin-block: auto;
}

You should get the result you’re looking for?

1 Like

Thanks so much!