Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1362567

    Hi,

    How do I add some letter spacing to my sub menu items?

    #1362577

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.