reduce product categories widget line spacing to just 1 or 1.5
-
Hi, can you please provide css and or solution to the following:
1. reduce product categories widget line spacing to just 1 or 1.5 line spacing? We prefer a more condensed look. ?
Hello,
Your question is not clear enough. Please provide the link to the page and screen what you would like to change?
Best Regards
got to the shop page on the theme. On the left column is the theme categories. It the spacing above and below each category listed. That is what we mean by the line spacing of the text in the category widget.
Try to use the following CSS code
div.widget_product_categories .product-categories li a {
padding-top: 4px;
padding-bottom: 4px;
}