• Resolved Jaylac

    (@jaylacroix)


    I added a few lines of text in the text box of footer notes. Looking at the PDF, I see that it does not create a new page to handle the text that do not fit on the first page. Any fix for that?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hi! Because this is the footer, it has a fixed size. In the Simple template, this is 2cm by default. You can make the footer bigger with the following CSS:

    
    #footer {
    	bottom: -35mm;
    	height: 35mm;
    }
    @page {
    	margin-bottom: 45mm; /* footer height + 10mm */
    }
    

    More detailed instructions: Using custom styles

    Thread Starter Jaylac

    (@jaylacroix)

    Cool, I see what I can do to fix this. Thanks!

    Plugin Contributor Ewout

    (@pomegranate)

    You’re welcome – let us know if you need help with anything else!

    Thread Starter Jaylac

    (@jaylacroix)

    Any chance your plugin could display different footer text according to WPML current language in the WP admin?

    Plugin Contributor Ewout

    (@pomegranate)

    Our Professional extension provides extended support for WPML, including multilingual settings:

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Footer text is cropped in the PDF’ is closed to new replies.