How to center-align text in flow

Hi, does anyone know how to center-align text in Flow?

You could try some html/css as ShotGrid supports Markdown and they may include some support for HMTL/CSS tags in the markdown.

<p style="text-align: center;">A piece of centered text</p>
1 Like

Thanks, Ricardo!

1 Like