[Resolved] Stripe Logos are very big for my site in the checkout

Home Forums Support [Resolved] Stripe Logos are very big for my site in the checkout

Home Forums Support Stripe Logos are very big for my site in the checkout

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

    In the past you provided me with this code:

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

    But then also other pictures on the homepage are affected

    #1354871
    David
    Staff
    Customer Support

    Hi there,

    Thy changing this line:

    .woocommerce img, .woocommerce-page li.payment_method_stripe img {

    to:

    .woocommerce-page li.payment_method_stripe img {

    #1354882
    Niklas

    It’s better, but the logos are still really big.

    #1354915
    David
    Staff
    Customer Support

    Remove your other CSS and use this:

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

    Works! Thanky you!

    #1354930
    David
    Staff
    Customer Support

    You’re welcome

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