This is likely due to content in tables.
You can use our custom CSS feature.
– http://support.printfriendly.com/publisher/developer-questions/custom-css-styles/
– http://support.printfriendly.com/publisher/wordpress/create-custom-css-file/
Include the following CSS in your custom CSS file.
#printfriendly .pdf-body th, #printfriendly tr, #printfriendly td, #printfriendly .pdf-body li, #printfriendly .pdf-body a{
tr, td {page-break-inside: auto;}
}
Thread Starter
svsdnb
(@svsdnb)
This did not correct the issue.
Could you please tell me us how you have used the provided CSS code and share us the page URL from your site where it is not working so that we can troubleshoot it?
Also please try using the below CSS code instead.
#printfriendly .pdf-body th, #printfriendly tr, #printfriendly td, #printfriendly .pdf-body li, #printfriendly .pdf-body a{
page-break-inside: auto;
}