Foundry Nav Bar Letter Spacing

Hi

I’m looking to add some letterspacing to the text in my navigation (using the standard Nav Bar stack in Foundry).

Any idea of what CSS I can use to be able to to that?

Cheers!

Do you mean between individual letters or between the menu items themselves?

Rob

To set to the spacing between Navigation characters in the Nav Bar you could use something like:

nav.navigation_bar { letter-spacing: 6px; }

Paste this exactly as it is, into the RW - Settings -Code - CSS section. Adjust the 6px to the size you want.

1 Like

He had also posted in the RealMac forums. I think he’s set.

Hi all - that’s spot on, it did just what’s I’d hope it would do. Thanks for the help on that