How can I adjust the letter spacing in the 'add to cart' button code?

Hi,

Wanna ask you one more question, with letters.

I try to make from “add to cart” small letters, I did it, with code, but I wanna ask you maybe have a bit different code.

I show with examples, of how I wanna try.

This looks at me now, letters are small, but they have some spaces from each other, maybe you know a code to do like these small letters, without spacing?

Theme: Impulse

Website: dehome.co.uk

Thanks.

@Deoxes - try this css, should look like screenshot below

.add-to-cart {text-transform: initial;}

1 Like

@suyash1

Spaces not gone:

Thanks.

@Deoxes - try this

.add-to-cart {text-transform: initial;    letter-spacing: .1em;}

1 Like

@suyash1

Thanks, it works for me.