How can I adjust the margins of my Aus Post shipping labels?

Hi there,

I cannot find the margin option for my Aus Post shipping labels and they are being cut off as a print? Your help would be greatly appreciated as every time i google it says the option should be there..

:slightly_smiling_face:

@VALLACOOL

Click the โ€œEditโ€ button on your template in Order Printer, and the do the following:

On the first line of your template code, add this:

<div style="width: 100%; margin: 30px;">

On the last line of your template code, add this:

</div>

That will wrap your document in an invisible container, that has a 30px margin around the edges. You can adjust the 30px number to get more or less margin if needed.

Hope it helps!