Basically I want the calendar to show up on desktop devices and the events list to show on mobile. The issue I am having is that the class “mobile-event-list” is applied to both the calendar and event list. So when I set up the following css
@media screen and (min-width: 768px) {
.mobile-event-list{
display:none;
Both the calendar and upcoming events list disappear.
I see what is happening. The CSS class for mobile-event-list is being used for the events calendar shortcode and the event listing shortcode. This means that the CSS will hide both when it is put into place.
The support post ‘Swap Calendar and Upcoming Events for mobile’ 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.