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.
How to change the order of buttons? (For example: horizontal or change the order of buttons)
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