Hello,
My nav bar looks like this:

How can I fix this?
Thanks Joe
Hello,
My nav bar looks like this:

How can I fix this?
Thanks Joe
It’s hard to say like this but if you want to keep the words on one line, you can add white-space: nowrap;on the element.
If there isn’t enough space (difficult to judge because the screenshot doesn’t show context), you’ll have to use overflow properties.
Thanks will give that a try ![]()