Is there a way to prevent the list view of events from becoming stacked? I’ve attached a screenshot for reference. It’s the movie time listing that I’d like to stay in list form. Thanks!
Totally get what you mean! Our devs already fixed it up for you with the following CSS code:
@media(min-width: 1024px) {
.eapp-events-calendar-list-item-info {
flex-wrap: nowrap;
gap: 24px;
}
.eapp-events-calendar-list-item-imageContainer,
.eapp-events-calendar-list-item-infoInner,
.eapp-events-calendar-list-item-button {
margin: 0 !important;
}
}
Could you please check your website and let me know if it looks ok now?
Thank you so much, @Irene !
You’re so welcome! It’s a pleasure to help you out
Drop me a line if you ever need anything else. Have a nice day