Hello @pahedomotica,
Does this happen only with version 6.0, or also with our previous version 5.11.0?
Can you please try activating the Storefron theme to see if the issue persists?
Thanks!
Kind regards,
Niklas
@niklasinpsyde With the StoreFront theme the issue is gone. Do you have an idea where to look, it’s not from the theme css I think.
This part brakes it:
element.style {
width: 32px;
vertical-align: bottom;
}
Thanks Paul.
-
This reply was modified 1 year, 5 months ago by
pahedomotica.
Hi @pahedomotica,
Thanks for letting us know.
There are always many potential code bits which could break things like this, so we can only redirect to the theme developers.
But I am very glad that you were able to figure it out yourself.
Kind regards,
Niklas
@niklasinpsyde I found the line in the theme css and placed !important after it.
Now it’s good 🙂
Hello @pahedomotica
I am with the same problem here. With Flatsome theme.
Can you give me the CSS code / line (file) you changed?
Thanks in advanced.
Ton
@tdekleuver This is what I have changed
Flatsome.css bestand aangepast
In /shop/wp-content/themes/flatsome/assets/css
Icoontjes mollie uitgelijnt
Van:
img{max-width:100%;height:auto;display:inline-block;vertical-align:middle}figure
Naar:
img{max-width:100%;height:auto;display:inline-block;vertical-align:middle!important}figure
@tdekleuver In Mollie versie 6.2.0 is het opgelost lijkt het.
De icons zijn rechts en in het midden uitgelijnd.
Is dat bij jou ook zo?
Hi @pahedomotica & @tdekleuver,
With our newest update version 6.2.0, we have fixed the icon positioning with the flatsome theme. By default, they should now be aligned correctly on the far right.
Additionally, all the icons now have a class that is called mollie-gateway-icon
you can target to modify the icons via CSS as you wish.
We hope this helps to adjust the icons to your liking.
Kind regards,
Niklas
@niklasinpsyde Thanks, it’s FIXED now 🙂