How To Fix Paypal Button In WordPress Thesis: The Quick Fix!
When I run into little glitches building and running my websites, I like to post the workarounds I find for my readers. This was one that was driving me crazy a few months ago and that a few of my clients have also recently run into (I forgot to warn them:)
So here’s a little weird thing that happens primarily on Thesis WordPress blogs. When you create a PayPal payment button and post the code for the button in your WordPress blog’s html editor and save, you’ve probably noticed that your PayPal button looks ENORMOUS and as a result also — distorted.
After searching the web (thank you Andrew :)), I found that the quick fix for this is simply copying and pasting a little bit of code in your CSS code file:
1. Open your Thesis Custom File Editor.
2. If you open this file directly through your blog’s admin, your custom.css file should open automatically or you can select it from the drop down menu. Select EDIT to edit the file.
3. At the end of the file add the following code:
.custom .format_text input, #commentform input, #commentform textarea { width:auto;
}
4. Save your file and refresh. Check out the page where you pasted your code. Your PayPal button should look a normal size now.
Hope this was just the FIX you need today:)