Archived topic
Stripe payment - Huge pictures
7 replies · Started by Niklas on May 28, 2020
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
Hi there,
i made an adjustment to the code Leo provided here
Hello, now it's back
Move the CSS to below this comment:
/* End GeneratePress Site CSS */
Thanks. That worked.
I don't know when it happened. But all my product pictures are so small now.
In Customizer > Layout > Woocommerce increase the Product Image Area Width to a higher value - Merch uses 65% for this.