I wrote too soon! I was doing this wrong as I was placing the justify code outside of the grid as below:
<p style=”text-align: justify;”>[column grid=”3″ span=”1″]Some text.[/column]</p>
Below worked for me:
[column grid=”3″ span=”1″]<p style=”text-align: justify;”>Some text.[/column]</p>
Regards
Toni