Navigation titles each appearing on two lines in Safari

I have a short list of navigation titles yet they are constrained in width so each title wraps to a second lines, as shown. This occurs only in Safari.

Any idea how to fix this?

Here’s a preview link. Just a reminder to open in Safari to view the issue.

Hello

  1. Go to Online Store / Themes / Edit Code

  2. Find the file theme.liqid

  3. Add the code to the end of the file

.site-nav–link-text {

white-space: nowrap;

}

Thank you! I put the code in my custom css file and it works.

You’re welcome, please contact me if you need help