Max Category name length

Hello Discourse,
Where can we setup Category name length?
Thank you!

I had a quick search to see if it had cropped up before, and I found this quite sage advice from @Johani that you may want to consider first?

Hi Joe, can we CSS Width top menu?
Thank you!

I’ve moved your post over to this topic as it seems like they’re connected to the same issue. :+1:

Hello,

You can change the max width with the following:

.select-kit.combo-box.category-drop .badge-wrapper {
  max-width: 320px; // default 260px
}

Thank @Don so much!