Home Forums WoodMart support forum Categories with long names exit the field in the sidebar Reply To: Categories with long names exit the field in the sidebar

#284275

Hello,

We have checked and see that this is the Woocommerce widget, it is designed that the select option length is not longer than the length of the window, the only way to correct it is to hide the text:

.widget_product_categories .select2-selection {
	overflow: hidden;
}

Please add this code to the Theme Settings > Global CSS > General.

Best Regards