My client needs featured images to show up on the iphone in calendar. It appears your standard solution is to lose the image at a phone size screen and just show the background color. I have looked at many sites using Event Espresso and that seems to be how they work. I have found one site that seems to have gone to a separate mobile site for small screens and handles the featured images correctly.
The following CSS, should allow the images to be seen. This can be added to the bottom of your themes style.css (not recommended as theme updates will overwrite this), child themes style.css or a plugin such as My Custom CSS.
@media only screen and (max-width: 480px) {
#espresso_calendar .thumb-wrap {
display: block !important;
}
}
The support post ‘Event Calendar Not Responsive on Featured Images on iPhone’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.