• Resolved heyjesshuff

    (@heyjesshuff)


    Hi there! The print page itself looks great, but when you actually print out the page or a PDF preview is generated prior to printing in the browser, it breaks to a new page after each recipe group heading (which was the case in Firefox, Chrome, and mobile Safari).

    The issue also persisted regardless of which print template I had selected, and after I removed all custom CSS styling (which is extremely minimal).

    I created a simple test recipe, adding in one variable at a time, and it looks like this is caused by an instruction section being particularly long (instead of breaking up the big chunk of text onto multiple pages, it pushes it down onto the next page): https://jesshuff.com/make/test/

    Any ideas how I might fix this? Thank you!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brecht

    (@brechtvds)

    Could you try adding the following Print CSS on the Recipes > Settings > Custom Code page?

    .wpurp-recipe-instruction-text {
    display: block !important;
    }

    Kind regards,
    Brecht

    Thread Starter heyjesshuff

    (@heyjesshuff)

    That did the trick! Thank you! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘When printing, ingredient group headings break to new page’ is closed to new replies.