I've got have a fairly big website which needs to be optimized for printing.
The website is pretty much a mess right now where upon printing, the sidebar gets full width, icons become huge and everything gets mashed up taking uneven spaces.
Are there any basic styles I can just put in to make my website print friendly? Something that strips down the unnecessary spaces and elements and prints out well formatted, readable text.
Denny Trebbin
Lead Fullstack Developer. Experimenting with bleeding-edge tech. Irregularly DJ. Hobby drone pilot. Amateur photographer.
You can use media queries.
@media print { ... }smashingmagazine.com/2011/11/how-to-set-up-a-prin…