Donate Button is not showing correctly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I loaded the code to the Donate button on our website but it is coming up squashed. Can't figure out what is causing this but any resizing etc. I try doesn't work.
Here is the page I am testing with the button.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi exscnkids,
Welcome to the community! 😄
The CSS on your site is setting all <input> elements to a height of 15 pixels and a width of 125 pixels. The PayPal button code uses an input element to display the button image but the dimensions are 43 pixels high and 147 pixels wide. So you'll need to change the CSS on your site to fix this.
Here's the part of the PayPal button code that displays the image:
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" width:"147" height="43" align="center" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
One way to fix this would be to add this line to your CSS:
#RightPart input{height: 43px; width: 147px;}
I hope this helps! 🙂
- Frank

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Invalid sdk meta in Merchant services (Archive)
- Donate image not working in Merchant services (Archive)
- Paypal is cheating in the introductory video in Merchant services (Archive)
- Using Payflow Pro with a subscription website - example Dating Site, membership type site in Merchant services (Archive)
- "Installment plan" button doesn't show what need to be paid at checkout in Merchant services (Archive)