[ad_1]
Hi,
seems like the plugin has issues when <li>
is set to display:flex;. Icons are then aligned to left, sticked to the text. Blocksy theme uses it, but for good reasons, so adding 1 line of code in your plugin seems like a better way. Fix is easy, hope it’ll be in next release:
.wc-stripe-card-icons-container,
.wc-stripe-paymentRequest-icons-container {
margin-left: auto;
}
Kind Regards,
P.