Thread Starter
jaysch
(@jaysch)
Thank you for posting this solution. It’s works great!
Is there a way to use a similar media query for the Featured Image has it appears in the modal popup?
I tried this modified media query but it doesn’t work:
@media only screen and (max-width: 685px) {
.mec-fluent-wrap.mec-skin-list-wrap .mec-events-event-image img {
display: none;
}
}
Thank you.