I think was making it not look right is that the pricing layout in the description doesn’t match your demo. In the demo I noticed that everything is laid our horizontally like such:
September 26 @ 4:00pm – 6:00pm | $40
But when I try it (no matter which theme) it always comes out looking something like this:
September 26 @ 4:00pm – 6:00pm
| $40
Not sure why.
Hey @multimastery,
Did you ever find an answer for this? We recently released Event Tickets 4.2 and it included some fixes for the cost field and I’m hoping that helps clear this up as well.
Thanks!
Geoff
Doing the same thing, but I just stopped using the price on events.
Oh, gotcha! This CSS will help move everything to a single line:
.tribe-events-schedule h2 {
display: inline;
}
Cheers!
Geoff