Navigation titles each appearing on two lines in Safari

Solved

Navigation titles each appearing on two lines in Safari

SproutTherapy
Shopify Partner
44 1 6

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.

Screen Shot 2024-09-12 at 4.54.08 PM.png

Accepted Solution (1)
SproutTherapy
Shopify Partner
44 1 6

This is an accepted solution.

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

View solution in original post

Replies 3 (3)

radaevich
Excursionist
12 2 2

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;

}

If you find our suggestions helpful, please let us know by liking it or marking it as a solution.
Or Buy me coffee or food for my cat ♥
SproutTherapy
Shopify Partner
44 1 6

This is an accepted solution.

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

radaevich
Excursionist
12 2 2

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

If you find our suggestions helpful, please let us know by liking it or marking it as a solution.
Or Buy me coffee or food for my cat ♥