How to change place of the data above the Seller’s field with the logo on the invoice (Default template only)
Last updated: 2021-11-09
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.
Back
Comments
Add Comment