I have created a customized Paypal button using an image I created. I uploaded it to my wordpress site, pasted the url onto the Paypal site and got the following code for my customized button:
I want to make the top margin less and center the button. I used the following code:
. paypal-donations{
margin-top: 10px;
text-align: center;
}
The margin changed but the button did not become centered. I am I using the wrong selector or property? Or could it be something in the theme I am using? Any Ideas or suggestions would be appreciated.