We've managed to use the footer from the template docx by disabling the addFooter method. The content from the footer int he section in the template docx is included in the docx generated using phpdocx. However, the lay-out is scrambled. The original footer contains text left-aligned, and a page number right aligned. Now they are both left aligned in the produced document. What could affect the mark-up?