I’ve tried using some custom css that Dean from support staff posted. See below. It works but then it takes away the images when you are viewing them from your computer.
We can introduce a media query so it applies only to smaller screens. Try this instead:
(AT)media only screen and (max-width: 767px) {
#espresso_calendar .thumb-wrap,
.ui-tooltip-content p {
display: block;
}
#espresso_calendar .fc-event {
min-height: 3em;
max-height: 3em;
}
}
Note: it should replace the existing custom CSS that you recently added.
Change (AT) in the example above to the @ symbol.
—
Lorenzo
Viewing 5 reply threads
The support post ‘Event Calendar Images on Mobile Devices not showing.’ 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.