Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

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,561
    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