Open ocram opened 2 years ago
html, body { counter-reset: hsop-page-number; } .page { position: relative; } .page::after { position: absolute; bottom: 10mm; left: 0; width: 100%; display: inline-block; counter-increment: hsop-page-number; content: "Page " counter(hsop-page-number); font-size: 8pt; text-align: center; }
@ocram I might be wrong but after many trial and error this is will not work in @media print. The text goes into the text. Some height + position:relative related issues maybe?
@media print