Content not taking up full column

Home Forums Calendar Products Events Calendar PRO Content not taking up full column

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1153820
    Joseph Coppola
    Participant

    In one of the recent updates something changed the display in list view. If you look on my page, you will see that the text nor the featured image is not taking up the full width.

    Any ideas?

    #1153864
    Geoff
    Member

    Hi Joe, nice to see you again!

    Yeah, this is a minor bug that we noticed in a recent release and hope to patch up soon. In the meantime, try adding this to your style.css file to get things back to normal:

    .tribe-events-list .tribe-events-event-image+div.tribe-events-content {
    width: 100%;
    }

    Here’s a screenshot of how that looks when I test it out.

    Cheers!
    Geoff

    #1159513
    Joseph Coppola
    Participant

    Yea I tried that but still no go. When is the update coming????

    The image is still not taking up full width.

    #1160390
    Geoff
    Member

    Hey @fxidesigns,

    So sorry! My original snippet should have been this:

    .tribe-events-list .tribe-events-event-image+div.tribe-events-content,
    .tribe-events-list .tribe-events-event-image {
    width: 100%;
    }

    Let me know if that works any better — I think it will. 🙂

    Thanks!
    Geoff

    #1160426
    Joseph Coppola
    Participant

    Great thanks. That fixed it.

    #1160687
    Geoff
    Member

    Right on! Thanks a ton for following up and have a great rest of the day. 🙂

    Cheers,
    Geoff

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Content not taking up full column’ is closed to new replies.