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.
Hi!
The text "Update Cart" doesn’t fit in the button.
Can you make the button wider or have the text wrap like in the adjacent green button?
Thanks ;)
Hi allvar,
To learn more How to use Custom CSS please refer to our article How to add Custom CSS, then paste the code below in Custom CSS Section.
@media (max-width: 765px) { .woocommerce .woocommerce-cart-form .cart-collaterals { width: 100%; } } @media (min-width: 767px) { .woocommerce .woocommerce-cart-form .cart-collaterals { width: 600px; } }Thank you.