WordPress Making PayPal button too big!

magicaldung

Registered Member
Joined
May 10, 2011
Messages
61
Reaction score
6
Hello,
I have a site and want to add PayPal "Buy Now" buttons, they also have drop down menus and a text field. But when I paste the HTML code that PayPal gave me in WP, the button and, text field and drop down menu appear way too big on my site. I've googled the problem numerous times, but I couldn't make it work with any of the solutions I found.

Please help me!
 
when your making the button try adding your own image in the 1st section
 
seems like css problem, i think you are pasting your code in a DIV that have large width and height for image..
 
when your making the button try adding your own image in the 1st section

I think the drop down menu and text space wouldn't be affected by that. I'll try it though, thanks ;)
 
Unfortunately this didn't work. Any other suggestions?
 
I really need this quickly. I found a couple solutions saying I have to paste this code into the custom .css file. I did paste it in the custom css but it didn't change anything.. I'm doing something wrong.

Code:
.custom .format_text input, #commentform input, #commentform textarea {
width:auto;
}
 
Am also having a problem that is similar How do I link the paypal button to the product so that when someone pays they get an automated download?
 
Back
Top