Menu text styling

hi there,
i can set the letter spacing for the menu (button) text.
but would it be possible to set the spacing differently for only two letters?
im my case make the space between two words (which are one button) smaller?
i use the x theme.
thanks so much! kai

Hi Kai,

You can adjust the word spacing using css.
Add a unique class to your button element. For example add my-button

Then add this in Theme Option > CSS


.my-button {
    word-spacing: 5px;
}

You may change 5px to adjust.

Hope that helps

hi @paul.r,
thanks a million! great solution :wink:
for others who might come along this topic:
since i wanted the space to be smaller between the two words i set the value to “minus” -2px :wink:
and one has to activate the css filed in for the menu fields, too.
best regards! kai

Thanks for sharing your solution, Kai and glad to hear it’s sorted.

Cheers!

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