How to change place of the data above the Seller’s field with the logo on the invoice (Default template only)

Created: 2018-07-11
Last updated: 2021-11-09
Post view count: 1594

InvoiceOcean allows you to change place of the data above the Seller’s field (i.e. number of the invoice, issue date, etc.) with the logo on the invoice.
This is available via the CSS code (Settings > Account settings > Print settings > Configuration > Customize print with CSS):


}@media all{html
table.clean.to_half>tbody>tr>td:nth-child(1)
{display:block;width:50%;float:right}html
table.clean.to_half>tbody>tr>td:nth-child(2)
{display:block;width:50%;float:left}}



Remember, that the said change will apply when you choose the quick print option: ctrl + p or Print > Quick print.
Once the CCS code has been implemented properly, the logo will be on the left side of the invoice, whereas the data above the Seller’s field will be on the right side.


logo above Seller data change

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

Sign up free


Back


Add Comment