To centre text in the EasyScan Packing slip custom footer, please use the following code.
<style>
p {
text-align: center;
font-size: 11px;
}
</style>
<p>This text is in the middle</p>
Settings & integrations
Last updated on 13 Nov, 2025
To centre text in the EasyScan Packing slip custom footer, please use the following code.
<style>
p {
text-align: center;
font-size: 11px;
}
</style>
<p>This text is in the middle</p>