I mean “Tickets” (the word) appears on a wrong side, not a currency symbol. I can’t see any option to set position of the word “Tickets”. Correct me if I’m wrong.
Enabled tickets, added them and added URL in about 50 events. Just take a look at any event please: http://runirelandmap.com/events-map-2/
It’s just a small cosmetic issue but don’t see that I could fix that. Not so comfortable with coding if that is what you asking are for.
Ok, I found that – your theme is responsible for that.
FInd that in theme style.css:
.entry-meta span, .entry-utility span {
display: block;
float: left; // and remove this line - it should be ok then
line-height: 22px;
margin-right: 10px;
}