Home › Forums › Support › Main navigation letter spacing This topic has 3 replies, 2 voices, and was last updated 7 years ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 28, 2017 at 9:12 am #393618 Luís Hello. I need to increase main nav letter spacing so I tried this code: .main-navigation .main-nav ul li a { letter-spacing: 2px; } But it increases sub-nav text as well. So my question is, what code can i use to restrict letter spacing ONLY to main nav? Thank you. September 28, 2017 at 11:21 am #393702 TomLead Developer Lead Developer Try this: .main-navigation .main-nav > ul > li > a { letter-spacing: 2px; } September 29, 2017 at 10:17 am #394318 Luís It works. Thank you Tom. 😉 September 29, 2017 at 9:54 pm #394567 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In