Description detail alignment correct

how to Description detail alignment correct

Posting PDF files is not allowed. You should post screen shots.

Welcome to the forum @KL_1065

I have edited your post to remove the pdf file which may pose security threats to other users.

Aside from that, the issue with your invoice is that it has too many numerical columns. These columns will not wrap their text and so other columns have to give in. In your case, it’s the description column.

The solution is easy. Either:

  1. Reduce the number of numerical columns, or
  2. Edit your theme to reduce font size.

If you go with option 2, you can wrap this div around your theme:

<div style="font-size: 90%">

...

</div>

You can experiment with different percentages as well