Reply To: Button text align

Home Forums Support Button text align Reply To: Button text align

Home Forums Support Button text align Reply To: Button text align

#158540
Tom
Lead Developer
Lead Developer

Hi Dani,

I would remove:

.button {
    height: 50px;
    width: 80px;
}

Instead, use padding:

.button {
    padding: 10px 15px;
}

That will center the text ๐Ÿ™‚