Okay
  Public Ticket #955912
VAT included in the same line
Closed

Comments

  • Javier started the conversation

    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

  •  1,558
    Laborator replied

    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


      Documentation         Join Kalium Users Group