You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to print a page with foundation and trick the printed version to being a certain device width? The issue I am having is that, I want to print a page made in foundation, but when I print it, no matter what I change, it always prints as if it were a small stacked screen. I have tried shortening the row size, changing the media queries, etc. Can't get the printed version to not stack. Any ideas?
The text was updated successfully, but these errors were encountered:
if anyone else is having an issue like this, I was able to use chrome to emulate the media as screen while printing to get the screen only media query styles to get applied. To do this, just go to advanced developer tools -> settings -> overrides, and override the css media.
Is there any way to print a page with foundation and trick the printed version to being a certain device width? The issue I am having is that, I want to print a page made in foundation, but when I print it, no matter what I change, it always prints as if it were a small stacked screen. I have tried shortening the row size, changing the media queries, etc. Can't get the printed version to not stack. Any ideas?
The text was updated successfully, but these errors were encountered: