Position of Payment Icons
-
Hi,
I’ve read about this issue on previous threads from at least 1 year ago and was wondering if there’s a solution by now.
The position of the Mollie payment icons is right after the payment text, instead of aligned to the far right of the line.
I found in another thread some CSS provided by Mollie but those don’t work for me (see below):
.mollie-gateway-icon {
width: 32px;
vertical-align: top;
float:left
}#payment .payment_methods li img {
float:left;
margin: 0 .5em 0 0 ;
}#payment .payment_methods>.wc_payment_method>label::before {
float:left;
}`When inspecting the checkout page I found that the payment icons are aligned to the right as a default by Mollie. They are aligned to the right, but I just cannot get any space between the text and the icons.
Is there a way to solve this?
Thank you.
- The topic ‘Position of Payment Icons’ is closed to new replies.