Print Stylesheet
-
Hey Guys – terrific plugin. I wanted to suggest a simple, valid request for the next version update. You have the new responsive stylesheets loading using media queries within the markup, like so:
<link rel='stylesheet' id='tribe-events-calendar-mobile-style-css' href='https://yourdomain.com/plugins/the-events-calendar/resources/tribe-events-theme-mobile.min.css?ver=3.6.1' type='text/css' media='(max-width: 768px)' />
To help myself and other users to print the calendar correctly (especially in Google Chrome), could you add:
screen and (max-width: 768px)
instead of just
(max-width: 768px)
This would allow the desktop size print stylesheet to override the mobile styles when printing.
Thanks for a great plugin!
- The topic ‘Print Stylesheet’ is closed to new replies.