To centre text in the EasyScan Packing slip custom footer please use the following code.
<code>
<style>p {text-align: center;font-size: 11px;}</style><p>This text is in the middle</p>
</code>