For some reason some of the text on the calendar view for our events have large spaces between the words. It seem inconsistent. I have tried switching from default theme to template theme with no real change. I have used the calendar on other sites with no issue. Maybe an issue with pro?
Sheryl, somewhere in your CSS it looks like you have `text-align: justify;` this appears on line 31 of your theme’s style.css. If you comment it out or add something like
`table.tribe-events-calendar { text-align: left; }` it should look more normal.
SL, you’re welcome. Glad it works. If you follow the Themer’s Guide you can add that CSS to a copy of events.css and it should override your theme’s CSS.