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
April 19, 2021 at 10:17 am
#284275
Elise Noromit
Member
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