Hi Tylor. Please undo/remove the customization from that other thread and only add these snippets:
1) CSS
tr.tribe-tickets-meta-row {
display: table-row !important;
}
You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.
If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.
Please let me know how it goes for you.
2) PHP
https://gist.github.com/cliffordp/58cb269145d7187a45f9761128fdf338
Best practice for adding custom code (like to implement a PHP snippet to modify The Events Calendar) is to create a functionality plugin, unless it’s something specific to your theme, in which case best practice is to make sure you’re using a child theme, then add the customization to your child theme’s functions.php file.
I hope this information helps!