I’m using the ICS pro calendar plugin. I’m having an issue over riding the css for the plugin. I discussed with the plugin developer and he belives it may be the theme causing the issue.
This is happening on breakpoints below 900px. The developer has mentioned there are no media queries for 900px breakpoints so it must be coming from the theme. Developer said:
"I’m not entirely sure what the issue is, but I think it may be that your breakpoints have to match the ones in the plugin. ICS Calendar doesn’t have any 900px breakpoints. Here are the breakpoints it uses:
@media screen and (max-width: 782px)
@media screen and (max-width: 1024px)
@media screen and (max-width: 768px) Masonry view only
@media screen and (max-width: 480px) Masonry view only
@media screen and (min-width: 783px)
@media screen and (max-width: 1024px) and (min-width: 783px)
However… there are no changes for .ics-calendar-filter input[type=reset] in the plugin’s media queries, so I think this may actually be some CSS in your theme that’s causing the issue."
Some extra context:
I have in my global css rules to override the plugin css. I have added no media queries for these so they should work for all breakpoints. The strange thing though, when I inspect on the front end, I see my rules being wrapped in a media querie with @media only screen and (min-width: 900px) . I’m not sure where this is coming from as I have never had this with any other rules i’ve added in my global css (via cornerstone)
Any ideas on this one?