Prevent list view from becoming stacked

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!

Hi @Tennessee_Williams_T :waving_hand:

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? :smiling_face:

Thank you so much, @Irene !

You’re so welcome! It’s a pleasure to help you out :hand_with_index_finger_and_thumb_crossed:

Drop me a line if you ever need anything else. Have a nice day :blush: