Titles overlap thumbnail on Upcoming events

Home Forums Calendar Products Events Calendar PRO Titles overlap thumbnail on Upcoming events

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1175986
    Jeremy
    Participant

    At some point, the titles in my Upcoming Events started overlapping the thumbnails, on http://www.globaltwincities.com. I don’t know what caused it, but I would like to have a few pixels of spacing between the headshots and the text. Thanks.

    #1176252
    Geoff B.
    Member

    Good evening Jeremy and welcome to the Events Calendar Support forum!

    Thank you for reaching out to us.

    We are sorry to hear about the titles overlapping the thumbnails.
    I would love to help you with this topic.

    This seems to be specific to your WordPress theme.
    With that in mind, here are a few CSS rules that should help.

    .tribe-events-list-widget ol li {
    padding-left: 0px;
    }

    .tribe-events-list-widget-events .tribe-events-event-image {
    float: left;
    display: inline-block;
    max-width: 32%;
    }

    .tribe-event-title, .tribe-event-duration { display: inline-block;
    float: left;
    width: 51%;
    margin-left: 8%;
    }

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1187793
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Titles overlap thumbnail on Upcoming events’ is closed to new replies.