[Resolved] Stripe payment – Huge pictures

Home Forums Support [Resolved] Stripe payment – Huge pictures

Home Forums Support Stripe payment – Huge pictures

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1305173
    Niklas

    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!

    #1305485
    Leo
    Staff
    Customer Support

    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/

    #1305858
    Niklas

    Hello unfortunately that didn’t help

    #1306026
    David
    Staff
    Customer Support

    Hi there,

    i made an adjustment to the code Leo provided here

    #1312064
    Niklas

    Hello, now it’s back

    #1312238
    David
    Staff
    Customer Support

    Move the CSS to below this comment:

    /* End GeneratePress Site CSS */

    #1313538
    Niklas

    Thanks. That worked.

    I don’t know when it happened. But all my product pictures are so small now.

    http://thermotransferfolien.com/shop/thermotransferfolie-awr470/?attribute_laenge=300&attribute_breite=150

    #1313846
    David
    Staff
    Customer Support

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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.