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 Support,
I've made some discount products. On the shopping page, where I have a 5 column setup the discount price overlaps the column width. I've attached an image to show you what I mean.
Hope you can help :)
Kind regards,
Martin
Hi Martin,
Can you please add the code below to your Custom CSS area:
.woocommerce .product .item-info .item-info-row { display: block; } .woocommerce .product .item-info .item-info-row>.title-column { display: table; } .woocommerce .item-info .price del { margin-left: 0px !important; } @media screen and (min-width: 768px) { .woocommerce .product .item-info .item-info-row>.price-column { padding-left: 0px; } }This should fix your issue.tnx!