Hi again,
Thank you very much!! This plugin is so great!!
I have used extra css-code to get the payment icons in the checkout in that sizes I want to show them and it has worked great until recently.
But after the latest updates (WooCommerce?) the payment icons now have changed sizes in the checkout and are now strechted and only 20px height (except for the PayPal-icon that is OK in size but not perfect, but I can not figure out what the difference is between the different payment icons). And I am not able to get three of the payment icons heigher than 20px any longer …
This is the extra CSS-code I have been used:
/*For Svea Faktura logo*/
.woocommerce-checkout #payment
.payment_method_sveawebpay_invoice
img{width: 82px !important;
height: 49px !important;
max-width: none !important;}
The extra CSS-code for the PayPal-icon:
/*For Paypal Payment logo*/
.woocommerce-checkout #payment
.payment_method_paypal
img{width: 150px !important;
height: 49px !important;
max-width: none !important;}
Here is a link to an image to show you how the payment icons shows in the checkout.
What can I do to get these icons in the sizes that I want to show them?
Thank you in advance!
Kind regards,
gianilsson
-
This reply was modified 5 years, 5 months ago by
g-nilsson.
-
This reply was modified 5 years, 5 months ago by
g-nilsson.
-
This reply was modified 5 years, 5 months ago by
g-nilsson.
-
This reply was modified 5 years, 5 months ago by
g-nilsson.
-
This reply was modified 5 years, 5 months ago by
g-nilsson.