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.
when displaying the checkout page on an iPad where is an issue with the Coupon section. The button to apply the code appears off the screen, see attached screenshots. On the iphone it's fine.
Hi,
Can you please add this CSS:
@media screen and (max-width: 768px) {This should solve your issue..coupon-env .coupon {
left: auto;
right: 0
}
}