Home Forums WoodMart support forum Please help me:Height limit feature of filter widget doesn’t work! Reply To: Please help me:Height limit feature of filter widget doesn’t work!

#438286

Hello,

Actually, that option is for the Filters like WOODMART WooCommerce Layered Nav ones. The one that you are referring to is the default WooCommerce Product Categories widget which isn’t included in that and the option isn’t applicable to that.

If you want to increase the Height for the Product categories widget, then please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.categories-accordion-on .widget_product_categories .product-categories {
  height: 50em !important;
}

In this CSS, you can change the value of height to your choice.

Best Regards.