Center Invoice Text

According to this you’re allowed to use div with a style attribute so you should be able to wrap the bit you want centred in

<div style="text-align:center">
   Stuff in the centre
</div>
1 Like