Home Forums WoodMart support forum reduce product categories widget line spacing to just 1 or 1.5

reduce product categories widget line spacing to just 1 or 1.5

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #53422

    tgg1061
    Participant

    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. ?

    #53431

    Hello,

    Your question is not clear enough. Please provide the link to the page and screen what you would like to change?

    Best Regards

    #53457

    tgg1061
    Participant

    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.

    #53475

    Artem Temos
    Keymaster

    Try to use the following CSS code

    div.widget_product_categories .product-categories li a {
        padding-top: 4px;
        padding-bottom: 4px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)