Print page without gaps to save paper
-
Hi
How can I eliminate paper wastage when printing this page.
There are huge gaps between sections which make it extend over 4 pages when it should all fit onto 1 or 2 pages?Thanks
Here is the page:
http://wp.me/P6DgG6-Y5The blog I need help with is: (visible only to logged in users)
-
Hi, let’s give the following a try and see if it overrides the original CSS print settings. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
@media print { h1, h2, h3, h4, h5, h6 { padding: 0 !important; } } -
-
- The topic ‘Print page without gaps to save paper’ is closed to new replies.