Left justify invoice products

hi, is there an easy way to fix the justification on invoice…

image

thanks
scott

Hi @magnacom

If you customise the preview an invoice, click the green Invoice Style Gallery in the top left, and then click Customise this template above your selected template, you can add this bit of CSS to the editor, which will then left align your item column.

.tdItems1 {
    text-align: left;
}
1 Like

that was painless, genius all sorted…

1 Like

This topic was automatically closed after 7 days. New replies are no longer allowed.