• Hi,

    I am using footer and header with pdf. I am using your example template of header and footer.php file, but i have added the content and that content getting overlap on the footer.

    After overlap on footer the autopage break working.

    I cant give manually page break because i dont know how much content will come.

    So can you please help, how i can fixed footer so content will not get overlap on footer.

    Its bit urgnet so hope for the quick response.

    Thanks

    https://ww.wp.xz.cn/plugins/gravity-forms-pdf-extended/

Viewing 1 replies (of 1 total)
  • Plugin Author Jake Jackson

    (@blue-liquid-designs)

    Hi,

    mPDF will try and auto adjust your headers / footer margins to work with your content. However if there are issues you may need to manually set appropriate header/footer margins. This can be done with the @page CSS option:

    @page {
        margin-header: 10mm;
        margin-footer: 10mm;
    }
Viewing 1 replies (of 1 total)

The topic ‘Footer issue’ is closed to new replies.