Okay
  Public Ticket #1369154
price text formating
Closed

Comments

  •  3
    JuiceBoxStore started the conversation

    When i have promo product, price overlaps with the next product box in "related products" field.(see attachment)

    Is it possible to insert break so old and new price are one below other instead one next to another?

    Thank you

    Best regards
    Željka

  •  1,560
    Laborator replied

    Hi Željka,

    Try adding the following CSS to Custom CSS, it will put the price in two lines:

    .woocommerce .product .item-info .price del {
        display: block;
        text-align: right;
        margin: 0px;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    JuiceBoxStore replied

    Thank you, Art,

    It works!


    best regards
    Željka