2: Re: Centralised Footer (response to 1)
Posted by Joe Oldak on

You can add a style in the Raw Header HTML that makes everything in the footer centred, like this:

<style>
#footerText {
  text-align: center;
}
</style>

Good luck!

Joe