How can I fix this spacing issue?

Hello,

My nav bar looks like this:

Screenshot 2026-04-07 at 12.38.22

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.

2 Likes

Thanks will give that a try :slight_smile:

1 Like