• Resolved andersjytzler

    (@andersjytzler)


    Hello guys,

    The price is divided into two lines in the invoice. Which results in higher lines, and often two pages on the invoice, instead of just one page.

    You can see here the column on the right, price is in two lines instead of one line. How do i make the column wider, so there is room for price in just one line? https://i.imgur.com/nlOrfVH.png

    Yours sincerely
    Anders Jytzler

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hello Anders,
    Normally the price column is 20% of the total column width in the free Simple template. Are you by any chance using the Premium Templates extension or a custom template?

    You can change the column width with the following CSS:

    
    .order-details .price,
    .order-details .regular_price,
    .order-details .vat,
    .order-details .discount,
    .order-details .total {
    	width: 25%;
    }
    

    More information on how to apply this to your invoice: Using custom styles

Viewing 1 replies (of 1 total)
  • The topic ‘Price is two lines in invoice’ is closed to new replies.