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?
Easy one - stick this in the Raw Header HTML:
<style>
.footer {
text-align: center;
}
</style>
Good luck!
Joe