Site logo

Archived topic

Stripe payment - Huge pictures

7 replies · Started by Niklas on May 28, 2020

Viewing posts 1–8 of 8

Hello,

for my site i use stripe as a payment.
But now the pictures of the available payment are huge and i don't see a possibilty to change that.
Thank you!

Hi there,

Give this CSS a shot:

.woocommerce-checkout #payment ul.payment_methods li img {
    float: none;
}
.woocommerce img, .woocommerce-page li.payment_method_stripe img {
    max-width: 60px;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Hello unfortunately that didn't help

Hello, now it's back

Move the CSS to below this comment:

/* End GeneratePress Site CSS */

In Customizer > Layout > Woocommerce increase the Product Image Area Width to a higher value - Merch uses 65% for this.

This archived topic is closed to new replies.