Fixing data at the bottom of the last page

Hi everyone,

I have added 3 sections in terms and condition.

  1. Tax calculation and grand total.
    2.Terms and conditions
    3.Footer part

Beacause I want this data to print only on last page. As of now it is getting printed on the last page but not at the bottom of last page.

To fix at the bottom of last page I am using the following html and css.
HTML



{{ doc.terms or ‘’ }}


CSS

.footer {
position: fixed;
bottom: 0px;
}

But not working as expected.
Please suggest your ideas! Because spent much time on this.

Thanks & Regards
Anand HudedPreformatted text

1 Like

Hi,
have you got the solutions yet ? im looking for similar solutions…

1 Like

I’m also looking for the solution for this. Could anyone please help me?