Can anyone help with increasing the size of a PayPal Checkout button size please? The one on the page below has been missed and it would be great to have it at least twice the size. Thanks
https://www.one-place-studies.org/join-us/paypal/
PayPal Checkout Button size
Hi Steve. I’m sure you can do it with some CSS.
Could you edit the link to the page so I take a look? 
My apologies Cristián - I obviously didn’t proof-read my posting 
No problem!
Well, you can do something simple like:
#s2member-pro-paypal-checkout-submit {
width: 200px;
}

3 Likes
Your browsers Web Developer Tool/extension and css are your best friends right now 

1 Like
Thanks Cristián - all sorted. Much appreciate your help
1 Like