How to line break long menu items?
-
Hey guys,
Hope all is well!
I have a menu item with quite a long text which results in the text going outside of the container on mobile and not fully showing.
I feel like I have tried everything to have the text line-break but with no results. The only thing I have managed to do is making the item scrollable via:
.menu-item-10132 {
overflow: auto;
}Could you please provide me with a solution to have the text break into a new line instead?
Thanks!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.