Skip to content

Changing the position of an additional image (stamp) on the invoice printout

Number of views: 2293 1 min read

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.

Was this entry helpful?

Share

Comments