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.
The product name is overlying the button on mobile devices like the screenshoot on shop page. How can I solve this problem?
Thank you
Luigi
Hi Luigi,
Can you please add the code below to your Custom CSS area:
@media screen and (max-width: 768px) { .woocommerce .products .product .item-info .price, .woocommerce .products .product .item-info h3 { margin-right: 35px; } }Have a nice day!