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.
Hello,
Can these credit card images be placed horizontally when paying? How can I place these images horizontally?Thanks :)
Hi Javier,
Added this CSS:
.payment_method_stripe img:first-child {
margin-left: 15px;
}
.payment_method_stripe img {
display: inline-block !important;
margin-right: 15px;
}
And now credit card images are shown properly:
(view large version)