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.
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.
Thanks so much. I added that at the end of the CSS file and nothing happened ![]()
Check this one.
.accordion__content.prose .table-scroller td {
padding: 5px;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
I only have “theme.css” under assets and this didn’t work when I inserted
there.
Hi @coastalcoffee ,
Please go to Customize > Theme settings > Custom CSS and add code:
.product-info__block-item table {
--table-cell-padding-block: 0.5rem;
}