I have added our own Raw Footer HTML and would like also to see the e-Voice embedded Footer centrally aligned as well. Is this possible by adding a CSS?

Posted by Joe Oldak on

Easy one - stick this in the Raw Header HTML:

<style>
.footer {
  text-align: center;
}
</style>

Good luck!

Joe

Posted by Men in Sheds Winslow on

'Simples!' - Thanks