[ad_1]
@izna1993
Sometimes themes override the plugin’s styling and it’s impossible to account for how every theme does its css styling.
In your case, your flatsome theme is applying margin-left styling to list elements which is overriding the PayPal plugin’s styling. You can easily change that by adding the following css to your site:
.wc_stripe_cart_payment_methods li{
margin: 0 !important;
}Thanks,
