Hi Travis!
Thanks for getting in touch with us and for using our plugins! 🙂
First off, I do want to note that we are fairly limited in how much we can support custom development questions like this.
That said, I’d be happy to at least point you in the right direction as best I can.
Here’s a css snippet you can try adding to your theme’s styles:
.tribe-event-tickets-plus-meta-attendee {
column-count: 2;
}
.tribe-event-tickets-plus-meta select {
width: 90% !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: 90% !important;
}
This seemed to do the trick when I tested it on your site. Does it work for you as well? Please let me know.
Cheers!
Victor