Reducing Line Spacing in Product Description Tabs

Solved

Reducing Line Spacing in Product Description Tabs

KimGottwald
Trailblazer
230 0 33

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

 

Bildschirmfoto 2024-11-01 um 1.47.44 AM.png

 

Accepted Solution (1)

DaisyVo
Shopify Partner
427 64 63

This is an accepted solution.

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
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Explore other solutions
here. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

hanatrush
Shopify Partner
1 0 0

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! Rappid Store.png

DaisyVo
Shopify Partner
427 64 63

This is an accepted solution.

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
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Explore other solutions
here. Live Chat Support is available 24/7.