Home Forums WoodMart support forum the problem with the number of items.

the problem with the number of items.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #415780

    Ricardo Rodriguez
    Participant

    do you see the number dropped down the category name there? how to fix it?

    #415850

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .widget_product_categories .product-categories li a {
        flex: 1 1 calc(80% - 40px) !important;
    }

    Hope this helps!

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)