Hi @machaddict
While there is no setting to directly control the width, you can modify the container with custom CSS. The PayPal buttons are rendered dynamically in the container, so reducing its width will reduce the button width as well:
#ppc-button-ppcp-gateway {
width: 150px
}
Please note, 150px
is the minimum PayPal supports. So setting it even smaller won’t reduce the button size further.
Maybe worth mentioning: When using the Vaulting feature, the buttons must be at least 250px
wide for the Vault features to be available.
I hope this helps!
Kind regards,
Niklas