
Originally Posted by
CasinoKev
I'm trying to have a button on my review pages with a text link centered over the button. The following works for the most part.
p.playslotnow {
font-family:arial;
font-size:20px;
font-weight:bold;
text-align:center;
line-height:enter a number in pixels here..might have to play with it to get it just right;
padding-left:35px; <---- take this out if you're only using one line of text like "play now" or "download" ..use the line-height instead}
.playslots {
background-image:url('/images/red-button-large.png');
background-repeat:no-repeat;
float:right;
padding:15px;
width: 344px;
height: 49px;
}
The problem I'm having is that each game has a different title and the text moves more left or right depending on how short or long the text is.
How can I have the text centered over the button no matter what?
Bookmarks