Hi,
How do I add some letter spacing to my sub menu items?
Hey paspumpkins,
Thank you for the inquiry.
You can use this css code to adjust the letter spacing of the submenu items.
.av-main-nav ul li .avia-menu-text {
letter-spacing: 5px;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael