Hello. I am able to implement these instructions from Atlassian support pages to add a page number, however, I would like the page number to be right-justified.
In the PDF Space Export Footer:
<span id="pageNum"/>
In the PDF Stylesheet:
#pageNum:before
{
content: counter(page);
}