Moving the invoice content to the Seller, Buyer field lines

Created: 2021-02-16
Last updated: 2021-04-07

Note! Please remember that the following changes are visible only on the printout or in the PDF generated from the system.

In order to change any element of the invoice on the printout, go to the Settings> Account settings> Print settings tab, and then at the bottom of the page fill in the field Customize print with CSS  with an appropriate CSS code.

To move the elements of the invoice placed under the boxes Seller, Buyer use the code below:

} @media all{ 
.main_inv_table{ 
position:relative; 
top:-30px 

}


You can adjust the vertical position of the invoice content; it is better to use it in moderation, as changing the position of the invoice content does not change the position of other elements on the page.

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

Sign up free


Back


Add Comment