Move payment icons to the left

Add this code to the Custom CSS field on the Style tab of your PayPal button widget’s settings:

.eapps-paypal-button-form { 
align-items: baseline;
}