Good evening JustinĀ and welcome back!
Thank you for reaching out to us.
We are sorry to hear about the tickets not displaying to your liking on mobile devices.
I would love to help you with this topic.
This will come down to a matter of personal preference, but here are 4 rules to play around with (mainly the width of each):
@media and (max-width: 600px) {
table.tribe-events-tickets tr .woocommerce {
width: 100%;
}
table.tribe-events-tickets tr .tickets_name {
width: 100%;
}
table.tribe-events-tickets tr .tickets_price {
width: 100%;
}
table.tribe-events-tickets tr .tickets_description {
width: 100%;
}
}
Let me know if that helps.
Have a great day!
Geoff B.