How to move footer from right under the content from to the end page

Hello community,

          I can't bring footer on the bottom of the print page. 

When we select print from menu it shows perfectly.

When i select print It shows like this

Here the footer is right under the content. I want footer on the bottom of the page.
I don’t want space after the footer . I want footer at the end of the page.

I also checked the full size option it also shows the footer right under the content.
Same as print.

Please help…
many thanks in advance.

Hello @aniltelture,

You can use custom print format to achieve the said task.

Reference Links:-

Print Format Builder
Print Format

Thanks & Regards,
Kalpit Shah

1 Like

I guess you are looking for this snippet…

<!-- page footer -->
<div id="footer-html" class="visible-pdf">
  <p style="font-size: 6pt !important; text-align: right">
    {{ _("Page") }} <span class="page"></span> {{ _("of") }} <span class="topage"></span>
  </p>
</div>
3 Likes

This might help too!