Are you using a Custom Theme
?
No, I am not using custom theme.
It make sthe print very tiny.
@frank2cook can you check the latest version (25.7.5)? I made some improvements to default theme.
Also, the latest version is improving default theme to use thead
trick for repeating headers.
Itβs similar what @Mabaega is doing with his custom theme. I was exploring many options but in the end I settled on thead
trick.
There are other alternatives including using paged.js
library or leveraging limited CSS support for injecting print content into printed page margins. But thead
trick seems to be the easiest.
In your custom theme you are free to use different method for repeating headers if it suits better.
Thanks. The previous versions were printing well before version 25.7.2.2469. I will try it and see.
It works better now, but not like in previous versions. The margin does not cut off, which is great!
Thanks, I appreciate.