Support

Home Forums Event Espresso Premium Event Calendar Not Responsive on Featured Images on iPhone

Event Calendar Not Responsive on Featured Images on iPhone

Posted: September 25, 2014 at 9:43 am


Doug Marsh

September 25, 2014 at 9:43 am

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.

Our site is http://www.brushcrazy.com How can I solve this issue without changing event software?

Let me know what else you might need to solve this issue.

Thanks.


Dean

September 26, 2014 at 1:12 am

Hi,

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;
}
}


Doug Marsh

September 27, 2014 at 7:41 am

Thanks, that worked.

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.

Event Espresso