How to swap the Seller and Buyer data on invoice print (Simple invoice template)

Created: 2016-10-25
Last updated: 2021-11-09
Post view count: 3377

To customize the Simple invoice template and swap the Seller and Buyer data, go to Settings > Account Settings > Print Settings and at the bottom of the page, in the field Customize print with CSS, paste the following code:

} @media all {
#seller { float: right; width: 49% !important; vertical-align:top !important;}
#left { float: left; width: 49% !important; vertical-align:top !important;}


swap

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

Sign up free


Back


Add Comment