Hi,
I have set up a custom print format based on the default of ERPNext but I am facing issue with the footer position in the page only in the Web view of the document.
Print preview works fine, PDF works fine. But when viewing on the web, the footer position is somewhere in the middle of the document.
Print Preview
PDF Print
Web View - Error
Below is the code I am using in the Custom print format
<div id="footer-html" class="visible-pdf" style="display: block !important; position: absolute; bottom: 0.75in;">
<div class="letter-head-footer">
<div style="text-align: center;">{{ footer }}</div>
</div>
I have not added any custom CSS.
Could any one help me to understand why is i only displaying so in the web view of the document.
Many thanks in advance