0 głosów
Editing invoice

Footer of the invioce sugestia Nowe

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.

anonim 2025-07-09 11:59
Odpowiedź główna

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

michalb
michalb
Odpowiedź główna (zespół fakturownia.pl)   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ł

2025-07-10 10:30


Dodaj komentarz