Letter Spacing in Top Menu

Hello,

I tried to add “letter-spacing” to the custom CSS but didnt manage. Can you help provide with CSS to accomplish?

Best

Hello there,

I hope you are doing well today.

You can use the following CSS code to alter the letter spacing by going to Appearance > Customize > Additional CSS and pasting it there.


.main-navigation .menu > li {
    margin-right: 12px;
}

.main-navigation .menu li a {
    letter-spacing: 2px;
}


Best Regards,
Support

Thanks!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support