Good evening Tina and welcome back!
Thank you for reaching out to us.
We are sorry to hear about the display being too narrow on mobile.
I would love to help you with this topic.
I believe the culprit is a few CSS rules found in your WordPress theme.
I would recommend adding the following rule to your theme’s style.css or custom CSS section.
@media screen and (max-width: 768px) {
.single-tribe_events table.cart tr, .single-tribe_events #main-content table.cart tr, #content-area table tr {
max-width: none;
}
.tribe-events-style-full .tribe-events-tickets td, .tribe-events-tickets td {
max-width: none !important;
}
.tribe-event-tickets-plus-meta input[type="text"], .tribe-event-tickets-plus-meta input[type="email"], .tribe-event-tickets-plus-meta input[type="url"], .tribe-event-tickets-plus-meta input[type="password"], .tribe-event-tickets-plus-meta textarea {
width: 100%;
}
}
Let me know how that goes.
Best regards,
Geoff B.