? Known Issue: Layout issue with single event post template

Home Forums Calendar Products Events Calendar PRO ? Known Issue: Layout issue with single event post template

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1212499
    Geoff
    Member

    Hey folks and happy new year!

    We’ve received a number of reports and were able to confirm that there is a layout issue on single event posts once they have been published. The issue was introduced in The Events Calendar 4.3.5 and has a quirky effect where the box containing the event details expands over the entire post.

    support-layout-issue-435

    See how the gray box containing the event details bleeds into the content? Yuck, that’s not what we want!

    We’re working on an official patch for this issue and hope to get it in your hands soon. In the meantime, you can use the following CSS snippet to clean things up:

    .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%;
    }

    You can add that snippet to your site by logging into the WordPress admin and navigating to Appearance > Customize, then clicking on the Advances CSS option. Paste the snippet into the CSS editor, click Save and that should fix the layout for the time being.

    support-layout-issue-435-1

    Phew, that is much better!

    Again, this is a temporary fix until we get something official in your hands. When that happens, you can and should absolutely remove the snippet from your Customize settings and resume business as normal. 🙂

Viewing 1 post (of 1 total)
  • The topic ‘? Known Issue: Layout issue with single event post template’ is closed to new replies.