I need to force a page break when a page of my site is printed using the browser print function. I believe it is not possible to set custom css on an element in Wix. Given that I am looking for some way to achieve the same effect that the css style “page-break-after: always;” would provide (theoretically).
Is there anyway in Wix to specify where page breaks should occur if the page is printed from the browser?
Hi! It is not currently possible to directly apply the “page-break-after: always;” CSS style to elements in Wix, but there are a couple of ways. You can create multiple pages on your site, and use Wix’s built-in page break feature to split content across multiple pages. This will ensure that when the page is printed, each page of content is on a separate sheet of paper. The printed version is determined by the browser in use, also the way it is rendered, so it’s important to test your website on different browser and print settings for the best results.
Thank you @michaelstrauss307
Can you please provide a link to documentation for “Wix’s built-in page break feature”?