Letter spacing in menu items - Superfly

Hi, is there a way that I could increase the letter-spacing in the menu items in Superfly. I can´t find that option in the settings. Please help!
The site is http://www.cchv.cl :smiley:

Hi,

To adjust the letter spacing, you can add the code below in Theme Options > CSS

#sfm-sidebar .sfm-menu li a {
    letter-spacing: 2px;
}

Change 2px to adjust.

Hope that helps

Thanks! that worked perfectly

You’re welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.