Feature Image and Event Text Aligned left

Home Forums Calendar Products Events Calendar PRO Feature Image and Event Text Aligned left

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1213370
    Susan
    Participant

    Sometime in the last couple of weeks (perhaps after the last update) I noticed that the featured image and the event body text are all aligned to the left border, leaving the right 1/3 of the page blank. The whole alignment is actually off since the export to calendar buttons are now on the top, not the bottom.

    After seeing a similar problem reported I temporarily removed the feature image from one of the events and this resolved the problem. I need the event images, so I have added it back for now.

    Is this bug fix on your next release?

    Thanks,

    Susan

    #1213581
    Geoff B.
    Member

    Good evening Susan and welcome back!

    Thank you for reaching out to us.

    We are sorry that you are impacted by this CSS glitch.
    I would love to help you with this topic.

    To answer your question, a fix is underway and should make it to the next maintenance release.

    In the meantime, we have 2 possible CSS workarounds.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .tribe-events-event-image+div.tribe-events-content {
    float: left;
    position: relative;
    width: 100%;
    }

    OR

    .single-tribe_events .tribe-events-event-meta {
    display: inline-block;
    width: 100%;
    }

    .single-tribe_events .tribe-events-cal-links {
    display: block;
    float: left;
    width: 100%;
    }

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1215594
    Nico
    Member

    Hi there!

    Just wanted to share with you that a major release of our plugins is out, which includes a definitve fix for this issue 🙂

    Find out more about the release → https://theeventscalendar.com/things-to-be-aware-of-in-version-4-4-of-the-events-calendar-event-tickets-and-premium-add-ons/

    Best,
    Nico

    #1216326
    Susan
    Participant

    Thanks Geoff and Nico! The new updated fixed the problem!

    Best,

    Susan

    #1216758
    Geoff B.
    Member

    Good afternoon Susan,

    I am super stoked to hear that the problem is now fixed!

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Feature Image and Event Text Aligned left’ is closed to new replies.