Okay
  Public Ticket #1316480
Checkout + Stripe
Closed

Comments

  •  2
    allvar started the conversation

    Hi!

    Why is this Stripe module so big?

    I would like it to be the same size as the PayPal module you’re using in your demo.

    Thanks!

  • [deleted] replied

    Hi allvar,

    To learn more How to use Custom CSS please refer to our article How to add Custom CSS, then paste the code below in Custom CSS Section.

    .woocommerce-checkout-payment li img{
        max-width: 43px !important; /* Set the width you wanted */
        margin-bottom: 8px !important; /*set the distance between items */
    }
    

    Thank you.