Tagged: print
Hello.
When I go to print my post it ends up being a very narrow column with 2/3 whitespace all around. Can I fix the settings so the maim content prits full width?
Thx
Hey candiceone,
Please, can you provide your WP credentials and a screenshot of the issue?
Best regards,
John Torvik
Where do I attache the screenshot? Thx
Hi,
Please add this code in the Quick CSS field.
@media print {
.av-content-small { width: 100%; }
}
Best regards,
Ismael
Thank you Ismael. The regular pages are printing at 100% but blog is still at about 30%…
Hi,
Please replace the code with the following css.
@media print {
.container .av-content-small.units {
width: 100% !important;
}
}
Best regards,
Ismael
Hi.
Still not printing 100% width. The main body of post prints (no sidebars which is fine) as a long skinny column about 33%…
Hi,
Have you selected the print option ” fit page ” from printer?
Best regards,
Basilis