Home › Forums › WoodMart support forum › the problem with the number of items. › Reply To: the problem with the number of items.
October 22, 2022 at 3:33 pm
#415850
Aizaz Imtiaz Awan
Keymaster
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