Changing the position of the logo on the invoice

Created: 2014-09-23
Last updated: 2019-09-04

Post view count: 2974

To change the position of the logo on the invoice, 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{ 


} @media all{ table.clean.to_half tbody tr td.logo_inside { text-align:right; }

Values given in pixels can be modified according to your needs.
 

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

Sign up free


Back


Add Comment