• I’ve noticed that some of my events listings in the calendar view justify so far to the right that information is not visible and looks like its being cut off. The site visitor has to scroll over the event to see what is going on and generally my titles are in this fashion.

    “Band X @ Venue Name”

    Most are pretty short but some can be longer. Any insight since its not on every listing.

    https://www.ads-software.com/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @kennypierce,

    This sort of issue is caused by themes and their CSS, so we unfortunately can only provide very, very light support and suggestions.

    If you post a link to your site and some events pages so we can see the problem live, we might be able to recommend a minor CSS tweak or two to get you started in the direction of a better-looking events listing! ??

    — George

    Thread Starter kennypierce

    (@kennypierce)

    Thanks George,

    Here is a link to my August calendar page and is you look on the entry for 8/28 you will see what I mean.

    https://piercingmetal.com/events/2015-08/

    It’s fine as a display window when readers scroll over it but at times there are entries that look like this. Its not all of them

    Hi @kennypierce,

    Thanks for the link! This little bit of CSS will justify the text to the left:

    #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
      text-align: left;
    }

    The calendar looks squeezed in general because there are left and right sidebars around it, causing the page to be pretty narrow and tight. You may need to continue adjusting the text CSS to get a better fit.

    Cheers!
    Geoff

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Justification Issue’ is closed to new replies.