Hi @msharris,
It’s probably caused by your theme overriding the plugins settings.
If you would like to override it you will need to use CSS. Here is the CSS that may work:
select {
padding: unset !important;
}
Your theme settings page might have a place to put this code, probably in Appearance -> Customize. If it doesn’t you will need to install a plugin like this: https://ww.wp.xz.cn/plugins/simple-custom-css/
It that doesn’t work, what is your site URL with the problem?
Thanks,
Scott
Hello,
Really appreciate your getting with me quickly, wherever you are in the world! 🙂
I used the CSS given but it did not work. Here is a view of the button on a page I just randomly placed on.
The real page is locked down and can’t access unless enrolling. See this:
https://taxguardusa.com/benefits/
Boulder, Colorado 🙂
This should fix it:
.wpeppsub_paypalbuttonimage {
width: unset !important;
height: unset !important;
background-color: unset !important;
}
Happy you’re a night owl as well.. Although I’m a bit ahead in ATL, GA.
Should I place this in the same area Appearance, Custom, etc?
Really appreciate the direction here..
Or place it in the Downloaded Custom CSS Plugin?
Lastly, Will that code resize all the button templates, no matter which one I choose?
Yes, put it in Appearance -> Customize – Custom CSS
It should fix all the PayPal buttons only.
I’m sorry.. one more thing.. Last one, promise.
It’s just that the button is very close to the title. Can there be a space between the two?
Normally, I would have additional description between the two but I’ll work with it if there can be just 1 space between the title and the button.
Then I’ll call it a night. This is all.
@msharris,
Not seeing the button on the site anymore.