Home Forums WoodMart support forum Categories menu with icon in one line instead of two Reply To: Categories menu with icon in one line instead of two

#565865

em
Participant

It worked for the header, but there’s a space only next to category with longer title “Olio & Olive”. Is there any way to avoid it and have same space between each category?

In category page I fixed with this but I’m not sure it’s best solution:

.wd-nav-product-cat .nav-link-text {
width: max-content;
}

Thank you.