Reducing Line Spacing in Product Description Tabs

Hi everyone,

I’m trying to reduce the line spacing in the product description within the collapsible tabs. Right now, the spacing feels too large, and I’d like to make it more compact.

Does anyone know how to adjust this in Shopify?

Here’s the preview link to my store: https://www.rappid.run/collections/frontpage
Password: Password

Thanks so much for your help!

Best,
Kim

Hey Kim,

I tried logging into your preview link using the details you shared, but the page just shows up blank, so I couldn’t see exactly where to enter. You might want to double-check the preview link or password just in case!

Hi @KimGottwald

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
div.accordion__content {
    line-height: 20px;
}

If you want to increase more, please change 20 to higher number

Here is the result: https://prnt.sc/-URIT0bK-fEC

Hope this helps

Best,

Daisy