Howdy Tana!
Lovely site — absolutely nice work. 🙂
Yeah, Avada’s custom template moves the ticket form into a sidebar, which provides a lot less room for content ti fit inside the ticket form.
Adding this CSS to your child theme’s style.css file or using Simple Custom CSS will help clean it up a little bit (screenshot):
.tribe-events-tickets {
table-layout: inherit;
}
If you need more space for your tickets in general, then it might be worth removing some of the customizations Avada has in place and moving the ticket form in the main content section — that would open things up quite a bit.
Cheers!
Geoff