Forum sugestii i pomysłów na ulepszenie Fakturowni. Zgłaszaj propozycje zmian, głosuj na pomysły innych użytkowników.

Anonim

Footer of the invioce

How can I increase the comment area in the footer of a PDF invoice, as I need to display more text (7 lines)? All seven lines are visible in the "Simple" invoice editor, but not in the PDF file.
Główna odpowiedź Michał 2025-07-10 10:30

Hello,
please, go to https://help.invoiceocean.com/782931-Changing-the-color-and-size-of-invoice-elements-using-advanced-CSS-codes, and then use this CSS code on you account:

}
@media all {
section#description_footer span {
font-size: 7px !important;
line-height: 7px !important;
}

Should you have more questions let me know.
Kind regards,
Michał

Komentarze (1)

Customer Reviews

Michał

Główna odpowiedź

Hello,
please, go to https://help.invoiceocean.com/782931-Changing-the-color-and-size-of-invoice-elements-using-advanced-CSS-codes, and then use this CSS code on you account:

}
@media all {
section#description_footer span {
font-size: 7px !important;
line-height: 7px !important;
}

Should you have more questions let me know.
Kind regards,
Michał

Dodaj komentarz