Support

Home Forums Event Espresso Premium Calendar Doesn't Show Pictures in Mobile Portrait View

Calendar Doesn't Show Pictures in Mobile Portrait View

Posted: October 14, 2015 at 2:35 pm


Dave

October 14, 2015 at 2:35 pm

Our calendar is at http://paintthetowncitrus.com/calendar-of-events/ but it doesn’t show the images in portrait view on mobile devices. It only shows an outline of the image. How do we get the image to show?

I saw in another closed post we can add CSS to show the details… but exactly what css do I need to add to show the image?


Josh

  • Support Staff

October 14, 2015 at 7:16 pm

Hi Dave,

You can add the following to your theme’s custom stylesheet and it should allow the images to display:

@media only screen and (max-width: 480px){
#espresso_calendar .thumb-wrap {
    display: block;
}
}

The support post ‘Calendar Doesn't Show Pictures in Mobile Portrait View’ 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