Changing the position of an additional image (stamp) on the invoice printout
Last updated: 2021-08-24
Post view count: 920
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 change the position of an additional image (stamp) on the invoice printout, use the following code:
} @media all{
#custom_img {
position:relative;
top:100px;
}
In addition to the top variable, you can use the bottom, left, right,
properties, this will change the position of the stamp relative to the initial position, these properties accept negative values.
Create unlimited invoices and more with InvoiceOcean. Start your 30-day free trial.
Sign up freeBack
Add Comment