Site logo

Archived topic

I have no "Element Spacing" option in my customer for GP Premium.

4 replies · Started by Max on January 5, 2017

Viewing posts 1–5 of 5

I want to make the letter spacing for my nav buttons bigger and I have no Element spacing add on in my customizer! Help!

Correction: I see spacing in the "add-on" section and its activated, however, when I got to my customizer to begin designing, I have no element spacing and can't seem to find out where to set letter spacing for my navigation buttons and so on.

Ok, I found that. Is there no way to customize the letter spacing between the nag items in the options given?

Letter spacing for menu items can be changed using some CSS:

.main-navigation a {
    letter-spacing: 1px;
}
This archived topic is closed to new replies.