Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1037602

    Hello,
    using the woo commerce short code [payment_methods_info] on the page

    the credit card icons from Stripe are much too big.

    #1038350

    Hey Stefan,

    Please try the following in Quick CSS under Enfold->General Styling:

    .payment_method_stripe img {
        max-width: 20px !important;
    }

    Best regards,
    Rikard

    #1038958

    Hello Rikard,

    pointed me in the right direction.

    I finally used:

    .woocommerce .payment_methods li img.stripe-icon {
    max-width: 37px;
    padding-left: 3px;
    }

    Thank you!

    #1039617

    Hi,

    Great, glad you got it working and thanks for sharing your solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1040310

    Please close – thank you!

    #1040557

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Payment Option Icons too big’ is closed to new replies.