By default, our templates are designed to be printed on A4 or letter-size paper. If you would like to print your documents on smaller sheets of paper, follow the instructions below.
This change requires that you have already purchased your template in the Order Printer Templates app and followed the 'Export to Shopify' instructions provided in the app first.
Step 1
Log in to the Order Printer app by going to Shopify admin -> Apps or by clicking this link: https://shopify.com/admin/apps
Step 2
Once logged into Order Printer Pro, click on the "Templates" tab, and select the template you want to edit:
Step 3
At the very top of the "Code" field, paste in the below code:
<style>
@media print {
.printer-preview-content {
zoom: 0.65;
}
}
</style>
You can adjust the 0.65 number in the above code to adjust the amount of re-sizing. For example: 0.5 will make the document even smaller.
Step 4
Click "Save" and you are done!
The document will look normal on screen, but when you click print, you will see the design shrink to fit nicely onto the smaller paper.
Firefox: Unfortunately, the Firefox browser does not support the CSS "zoom" property, which is needed to shrink the design, so this will not work if you are using Firefox.