Template builder - X Y position

I am trying to use the X and Y values to reposition a rich text element in the Template Builder. Changing the Y value moves it up or down on the report card. Changing the X value is having no effect.

Thanks

@ross

Hi Tieku, HTML generally renders block elements as full width, so adding an X value to them may not help if the element spans the full page. Be sure to specify a fixed width for the element, this could help. Can you let me know which renderer you’re using for your template so I can test it out?

As a note, the mPDF renderer allows absolute positioning with CSS, so if you’re looking for precise positions and you’re using your own template assets, I recommend using mm units for the top: and left: css properties and setting position: absolute on a div or other block-level element.