Hi Stephen,
Thanks for reaching out to us on this! While we cannot help much with custom styling I’ll point you in the right direction…
Try adding the following snippets to your theme’s stylesheet or via Simple Custom CSS plugin:
/* hide number of tickets available */
.tribe-tickets-remaining {
display: none;
}
/* make the tickets form a bit smaller and center */
form.cart {
width: 80%;
margin: 0 auto 50px;
}
Hopefully this will help you out making the tickets form look nicer ๐
Best,
Nico