Comments Javier started the conversationNovember 15, 2016 at 12:56pmHello,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?ThanksJavier 1,558Laborator repliedNovember 15, 2016 at 1:05pmHi 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 Documentation Join Kalium Users Group1 Like Sign in to reply ...
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:
Best regards,
Laborator Team