Table Line Spacing Product Descriptions

Table Line Spacing Product Descriptions

coastalcoffee
Tourist
11 0 3

I need help decreasing the line spacing for tables on product descriptions:

https://www.coastalcoffeecollective.com/products/new-product-copy

 

Ideally would like half this size.

Replies 5 (5)
coastalcoffee
Tourist
11 0 3

Thanks so much. I added that at the end of the CSS file and nothing happened 😞

Made4uo-Ribe
Shopify Partner
10189 2418 3063

Hi @coastalcoffee 

Check this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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:
.accordion__content.prose .table-scroller td {
    padding: 5px;
}
  • And Save.
  • Result:
  • Made4uoRibe_0-1745440417829.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

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.
coastalcoffee
Tourist
11 0 3
I only have "theme.css" under assets and this didn't work when I inserted
there.

namphan
Shopify Partner
2690 349 398

Hi @coastalcoffee,

Please go to Customize > Theme settings > Custom CSS and add code:

.product-info__block-item table {
    --table-cell-padding-block: 0.5rem;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

Dan-From-Ryviu
Shopify Partner
11688 2290 2472

Please add this code to Custom CSS in Sales channels > Online store > Themes > Customize > Theme settings

.product-info__block-item[data-block-id="description"] th, 
.product-info__block-item[data-block-id="description"] td {
    padding: 8px 1rem;
}

Screenshot 2025-04-24 at 09.59.07.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.