I\'m using bootstrap in an app and as you can see (below) when printing the browser (left side) is using a really small width when printing (right) so the responsive layout is m
For Bootstrap 3, this solved my problem:
@media print { .container { width:100%; } }