Moving invoice number, issue date, due date and payment type to the right side of the document
Created:
2014-09-23
Last updated: 2021-11-09
Last updated: 2021-11-09
Post view count: 12196
To move the invoice number, issue date, due date and payment type to the right side of the document, go to Settings > Account settings > Print settings > Customize print with CSS and paste the following CSS code:
You may select whether your changes will apply to a printed invoice, previewed invoice, or both.
In order for the changes to apply to printed invoices only, start by pasting the following code:
}
@media print{
In order for the changes to apply to previewed invoices only, start by pasting the following code:
}
@media screen{
In order for the changes to apply to printed and previewed invoices, start by pasting the following code:
}
@media all{
table.clean.to_half td { width:100%; }
table.clean.to_half td p { text-align: right; }
table.clean.to_half td.logo_inside, table.clean.to_half td.logo_inside p { padding:0; margin:0; width:1px !important; }

Create unlimited invoices and more with InvoiceOcean. Start your 30-day free trial.
Sign up freeBack
Add Comment