Site logo

Archived topic

Navigation wrapping in Safari

5 replies · Started by Tim on March 20, 2020

Viewing posts 1–6 of 6

Navigation is wrapping in Safari only. I've tested MS Edge, Chrome, and Firefox on mac and pc. Can you assist?

Hi there,

Strange, can you try adding this CSS?:

.nav-aligned-right .main-navigation ul {
    letter-spacing: unset;
}

Let me know :)

Navigation is still wrapping on Safari for multiple sites. Looks good everywhere but safari. Appreciate the help. https://www.drnason.com

Hi there,

can you try adding this CSS:

.main-navigation:not(.slideout-navigation) .main-nav {
  flex: 1;
}

Worked like a champ!

Glad to hear that

This archived topic is closed to new replies.