Display event name and address next to the image on mobile (List layout)

Add this code to the Custom CSS field on the Appearance tab of your Event Calendar widget’s settings:

.eapp-events-calendar-list-item-mobile .eapp-events-calendar-list-item-info {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.eapp-events-calendar-list-item-infoInner {
margin-left: 10px !important;
}
.eapp-events-calendar-list-item-imageContainer {
margin-bottom: 0 !important;
}

Guys, if this code was helpful, please drop us a line in the comments :slightly_smiling_face: