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,
I want the word "VAT INCLUDED" to be in the same line as the price, how can I put it so that it is priced in the same way?
Thanks
Javier
Hi Javier,
Add the following CSS into Custom CSS to fix it:
.woocommerce .shop-item .item-info span { display: inline; margin-right: 5px; } small.woocommerce-price-suffix { display: inline; } .woocommerce .shop-item .item-info .price, .woocommerce .shop-item .item-info .woocs_price_code { direction: ltr; }Best regards,
Laborator Team