action.skip

How to avoid overlapping table cells?

← PDF and Email FAQ

In some cases, for example, with large numbers, the table cells of the invoice line item table on PDF files may overlap. To avoid this, you add a corresponding CSS rule to the template.

  1. Open the template to be edited.
  2. In the Layout & Design section, double-click the Custom CSS field and specify the following CSS code:

    .invoice-table td {
        width: 1px;
    }
    
  3. Click Save.

Related information:

Working With Templates