Okay
  Public Ticket #2466851
Checkout payment button sorting problem
Closed

Comments

  • zhongyongtao started the conversation

    How to change the order of buttons? (For example: horizontal or change the order of buttons)

  •  1,558
    Laborator replied

    Hi zhongyongtao,

    Add this CSS to Custom CSS:

    #add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
        float: left;
    }
    #stripe-payment-data {
        clear: both;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group