Recently, I made updates to some pages to enhance their mobile friendliness. However, we encountered an issue where some users are printing the pages using tablet styles instead of desktop styles, regardless of whether they are in portrait or landscape mode and using Firefox or Chrome.
I am looking for a way to ensure that the pages print with the large breakpoint, but so far I haven't been able to figure it out.
Even though I have already set the following:
@media print {
body {
min-width: 992px !important;
}
}
Here is a sample jsfiddle: