Categories with long names exit the field in the sidebar
-
Hello,
how can i fix the problem from the screenshot?
Attachments:
You must be
logged in to view attached files.
Hello,
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
Hello,
I tried what you wrote me.
I left only 3 modules and changed the main theme but the problem is still there.
Best Regards
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site admin access to the private area.
Best Regards
Hello,
I made a copy of the site because it is Live.
In Private Content: are the login details.
On this site you can do whatever you want this is a copy
Best Regards
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