PayPal Checkout Button size

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/

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? :slight_smile:

My apologies Cristián - I obviously didn’t proof-read my posting :woozy_face:

No problem!

Well, you can do something simple like:

#s2member-pro-paypal-checkout-submit {
  width: 200px;
}

:slight_smile:

3 Likes

Your browsers Web Developer Tool/extension and css are your best friends right now :ok_hand::laughing:

1 Like

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

1 Like