Is there somewhere I can put <br> into my nav links to break them into two lines?

for ex “General
Services” “Special
Services” etc?

General Special
Services Services

The WordPress native nav menu accepts some markup. You could put a br tag in your nav label and it would output the line break.

2 Likes

Great, thanks, that helped a lot!

1 Like

This worked great for desktop, but my mobile menu has huge gaps now. How can change the size of the gap in the mobile menu? Thanks!

You can apply CSS to the br tag. Have a look at this discussion on Stack html - Can you target <br /> with css? - Stack Overflow

1 Like

Very helpful, thanks so much!