Hi, I want to slightly change the appearance of the button but I can't . can you you help.
Here's the URl where you'll see the add to cart button at the bottom
[
sketchscrapbooking.com...]
Here's my css for the button. All I want is move the button image so the text is at the center of the image. now, it's too much on the + sign. Can you help? I tried everything. I must miss something very simple. I'm a total newbie and don't know CSS at all. Thanks
background: url(wpsc-images/add-to-cart.png) no-repeat scroll 0 3px transparent;
color: #FFFFFF;
display: block;
font-family: 'Helvetica Neue',Helvetica,Arial,serif;
font-size: 12px;
font-weight: bold;
height: 35px;
line-height: 28px;
text-indent: 30px;
width: 163px;
float:right;
}