I have a button that is a simple anchor tag in the style of the following:
.buyBtn{ background:url(../images/buyBtn.png) no-repeat; padding-top:4px; width:97px; height:28px; margin-top:14px; } .buyBtn a{ color:#fff!important; font-weight:normal!important; text-decoration:none; padding-left:27px; padding-top:12px; text-shadow:none!important; }
I'm having problems with the vertical centering of the text inside the button, in some devices it looks normal, but in others itβs in the center.
Can anyone recommend a way to fix this or a better solution to achieve the same result?
Greetings
source share