page-break using CSS

Post Reply
HowardB
Sr. Bludit
Posts: 42
Joined: Sat Jun 04, 2022 1:31 pm
Been thanked: 2 times

The ANDY theme page break doesn't work

I have found this CSS
@media print {
h2 {
page-break-before: always;
}
So when I want a page break <h2> should do the trick but which CSS page needs to be changed?

Many thanks


Howard
Post Reply