Changing the width of the columns

Created: 2021-02-15
Last updated: 2021-04-07

In order to change any element of the invoice on the printout, go to the Settings> Account settings> Print settings tab, and then at the bottom of the page fill in the field Customize print with CSS  with an appropriate CSS code.

To change column widths use this code:

} @media all{ 
thead :nth-child(0n+5){ 
width:30% !important; 

Note! Please remember that the following changes are visible only on the printout or in the PDF generated from the system.

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

Sign up free


Back


Add Comment