Invoice change align in item column

Dear all
Ho to change align in item column of invoice. Now it is a centre which doesn’t look good. I prefer left.
regards

Hi @awariat

If you customer the template for your invoice (From the invoice preview, click “Invoice Template Gallery” and then “Customise this style”), adding the below link to the top of the CSS file should do the trick:

.tdItems1 { text-align: left !important; }

So it should look something like this:
image

Thank you very much. I removed

text-align:center;

from

.invoice-items-body-cell {
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}
1 Like

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