In Chrome, when printing to A4 paper, it is rendered with 568px media query width.
Try printing a responsive website such as The Verge or Bootstrap
Just add this to your style sheets
@media print { @page { size: 330mm 427mm; margin: 14mm; } .container { width: 1170px; } }