Home Forums WoodMart support forum Icon – Shop category Reply To: Icon – Shop category

#211559

Hello,

I have visited your website and the issue is that you are using the categories names that are too large. Please shorten the names of categories.

OR

Try adding the following Custom CSS to increase the width of the categories menu item in the shop title.

.woodmart-product-categories a.category-nav-link {
width: 140px;
}

You can adjust the value accordingly.

Best Regards.