Left align text in layout in quarto document

Hi everyone,

Does anyone know how to left align text in Quarto layouts? Here is a snippet of a layout containing two images and some text:


::: {layout-ncol=2}
![]() # image 1
![]() # image 2

This is the text in the layout but it is center-aligned under the layout in the rendered PDF document.

:::

The text in the layout is always center-aligned under the layout when rendered to PDF. Does anyone know how to override this to be left aligned in the rendered PDF?

Thanks in advance for your help.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.