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

Categories with long names exit the field in the sidebar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #283815

    ccomm
    Participant

    Hello,

    how can i fix the problem from the screenshot?

    Attachments:
    You must be logged in to view attached files.
    #283897

    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

    #283961

    ccomm
    Participant

    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.
    #284030

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #284060

    ccomm
    Participant

    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

    #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

Viewing 6 posts - 1 through 6 (of 6 total)