donation button is not being displayed properly - squished
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i'd like to "fix" the size of my donation button, which is in the footer of my site
site url - http://phillybhatesme.com
it used to look like this
now it looks like this
to troubleshoot, i added a picture to the footer that wasn't a donation button and the picture displayed properly.
i'm not sure what i'm looking for in the stylesheet or if i should even be looking in the stylesheet to fix this.
any help is appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi phillybhatesme,
Welcome! 🙂
The PayPal button code is correct but the CSS in your website is stretching it out. If you can edit your CSS directly in your website editor, you'll want to look for this in the code:
input { clear: both; width: 50%; height: 25px; margin: 0px; border: 1px solid rgb(218, 218, 218); font-size: 1em; }
The "width: 50%;" part is causing the entire input to be stretched. You can remove that line of code (assuming that won't mess up any other inputs on your website).
I hope this helps! 🙂
- Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
THANK YOU!
there was width AND height.
width: 50%;
height: 25px;
once both were removed, the footer displays properly.
thanks!

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Paypal Website Standard shows processing error after attempting payment in About Payments (Archive)
- Help -- Can't login --- The page isn't redirecting properly in About Settings (Archive)
- Buyer making fraudelent claims for digital & intangible goods. in About Protections (Archive)
- Buy Now button selections are not displaying properly in About Business (Archive)