Hi,
I have defined the letter spacing of my main menu thus:
.x-navbar .x-nav-wrap .x-nav > li > a {
letter-spacing: 0;
}
This was working ok.
However I have now moved all CSS from within X theme to a style.css file in my child theme. Since doing this the style for this menu according to inspector is
.x-navbar .x-nav-wrap .x-nav>li>a {
font-family: "Lato",sans-serif;
font-style: normal;
font-weight: 900;
letter-spacing: 0.476em;
text-transform: uppercase;
Any pointers on this?