Starting from this official template:
http://getbootstrap.com/examples/jumbotron/ of bootsrap v. 3.3.7 and using Google Chrome v. 54.0.2840.99 m (64-bit), on maximized window 1920px monitor, when i try to print the page in A4 horizontal format the print preview (and the saved PDF or printed page) is height truncated.
In this specific case should be 2 pages height instead of 1.
This happened when:
- Printing from Chrome (in Firefox v50.0.1 and IE11 the issue is not present)
- When the cols are not collapsed while i'm printing in screen mode (in the above boostrap example when the width of the window is greater or equal than 992px and press print. If the window is less than 992px and i press print, the print preview is not truncated)
- The single paper height is shorten than the bootstrap page (in the above bootstrap example A4 Vertical do not reproduce the issue because there is not enough content)
I noticed that if i remove the float:left;
from all the .col-**-*
the print preview does not truncate but clearly the single column template is not always suitable for printing.
You can replicate the bug also on the original bootstrap example.
How can I get the bootstrap grid in print mode and the printed page not truncated by Chrome?