Comments 7lofoxx started the conversationJuly 28, 2020 at 12:44pmHi there,I am trying to format the categories at the top of the page so they are spaced better and the text does not overlap. What CSS can I use to change the category spacing?Thanks! 1,558Laborator repliedJuly 28, 2020 at 1:04pmHi there,Add this CSS to Custom CSS: .woocommerce .shop-categories .product-category a { white-space: normal; } .woocommerce .shop-categories .product-category .woocommerce-loop-category__title, .woocommerce .shop-categories .product-category h3{ letter-spacing: 0; line-height: 1.5; } Best regards,Laborator Team Documentation Join Kalium Users Group1 Like 7lofoxx repliedJuly 28, 2020 at 1:25pmBeautiful, that did the trick. Is there a way to get more than 6 categories in that row? 1,558Laborator repliedJuly 29, 2020 at 8:27amHi again,You can add up to 10 categories in that row.Best regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Hi there,
I am trying to format the categories at the top of the page so they are spaced better and the text does not overlap. What CSS can I use to change the category spacing?
Thanks!
Hi there,
Add this CSS to Custom CSS:
Best regards,
Laborator Team
Beautiful, that did the trick. Is there a way to get more than 6 categories in that row?
Hi again,
You can add up to 10 categories in that row.
Best regards,
Laborator Team