Reduce the size of individual items on an invoice

Created: 2021-07-30
Last updated: 2021-11-09

Post view count: 1788

You can reduce the size of individual items on an invoice. This can be done using CSS codes. 
In order to do this, go to Settings > Account settings> Print settings (menu on the left), and then at the bottom of the page, in the field Customize print with CSS apply the following CSS code:

html table th, html table td {
font-size: 11px;
line-height: 10px;
margin: 0;
padding: 2px;
}


Customize print with css

Note: the product code will not be printed on the PDF and the printout. However, when you share the preview of the invoice to the client, the product number will be visible in the HTML code of the invoice.

Create unlimited invoices and more with InvoiceOcean. Start your 30-day free trial.

Sign up free


Back


Add Comment