Foot section stick to the bottom on invoice template
We need that our company administrative information keeps stick to the bottom of the invoice when creating a invoice template. How can we achieve that?
Answers (1)
Hi. Please check the following example of a custom template:
https://www.redmineup.com/pages/help/invoices/invoice-template-example
You may try to edit the following div element:
<div id="footer" class="clear"> {{ invoice.description | textile }} </div>
And also the css settings of it also:
} .invoice #footer { padding-top: 35px; width: 100%; }
Hi. Please check the following example of a custom template:
https://www.redmineup.com/pages/help/invoices/invoice-template-example
You may try to edit the following div element:
And also the css settings of it also: