Is there a way to limit the number shown per row using CSS/something? I’ve tried multiple ways of formatting the actual navigation, but nothing works. My other items are set as:
Tops
Tops
Type of Top
etc. but for this menu item, I need it to be either:
Clothing
Clothing
Other collections here
orClothing
Collections here
Both of these ways don’t work - would love some recommendations from anyone who has worked with this before!
I recommend dividing the menu into submenus the same way you display the dropdowns at Tops, Accessories, …
Because the dropdown menus all work with the same class, if you change it with css it will cause error, although it can still be changed. Ex: https://i.imgur.com/Dfbmy4j.png
If you still want, I will show you how to add CSS code.