Good evening Jeff and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
We are sorry to hear about the column width not looking great on your website.
I would love to help you with this topic.
The simplest approach to solving things would be through CSS.
For example, updating the following rule would at least make things look better (especially the ticket number filed)
.tribe-events-tickets tr .tribe-ticket, .tribe-events-tickets tr .tickets_name, .tribe-events-tickets tr .tickets_description {
width: auto;
}
The different cells that can be styled here are:
- #tribe-events .tribe-events-tickets .woocommerce
- .tribe-events-tickets tr .tickets_name
- .tribe-events-tickets .tickets_price
- .tribe-events-tickets .tickets_price
Let me know if that helps.
Have a great day!
Geoff B.