I have been working on this for a few days, I cannot get the “@media print” or “@page” functions to work. I try them in the “Custom Print Page Style” area of your settings, and “Use Theme CSS For Print Page” is NOT checked. I have tried putting them in the theme CSS as well. What does work is putting this in the html: <p style=”page-break-after: always;”> $nbsp; </p> Where should the @media go?
That works for me, but the other issue is header and footer, minimally page numbers. I cannot seem to find how or where to implement the @page. Putting content in a footer is the goal.
The goal is to be printing a PDF if that matters. THANK YOU.