For some reason using Chrome the ticket purchasing table on the event page is displaying the price at only 1 character wide causing all the prices to be displayed vertically. I have tested with other themes and I’m sure it’s an issue with the “Make” theme that is in use. There are certain features of that theme that mean I don’t want to change theme, I’m unsure how to fix the issue. http://brisbaneskeptics.org/convention/event/australian-skeptics-national-convention-2015/
It does indeed seem to be a strange styling choice made by your theme, however if you setup a custom tribe-events.css stylesheet (it would live in themes/YOUR_THEME/tribe-events/tribe-events.css – see here for further details on setting this up) you could add:
table.tribe-events-tickets { word-break: normal }
This ought to fix the problem without impacting on your theme’s styling of other elements on the site.
I hope that helps – and let me know how you get on!
In that case I’ll close this topic, but if any other issues crop up please don’t hesitate to create new topics as needed and one of the team will be only too happy to help.
Author
Posts
Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘Ticket page formatting.’ is closed to new replies.