• Resolved willemb2

    (@willemb2)


    On our single event page the columns for details, venue, organizer are way too narrow, even if there is lots of horizontal space. Whatever I choose in settings for stylesheet or event template, even short descriptions, event URL’s and email addresses are being wrapped to multiple lines. When I press F12 they seem to get a fixed width of 168px. Shouldn’t this be responsive?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter willemb2

    (@willemb2)

    Some more info: WP 6.4.3, PHP 8.1.22, theme: Colormag Pro 4.1.2

    Plugin Support Darian

    (@d0153)

    Hi @willemb2

    Thanks for reaching out. Let me help you with this one.

    Could you try adding the following CSS to Appearance > Customize > Additional CSS, and see if that works for you?

    .single-tribe_events .tribe-events-event-meta.primary, .single-tribe_events .tribe-events-event-meta.secondary{
        width: 100% !important;
    }

    Let me know how it goes.

    Thread Starter willemb2

    (@willemb2)

    Thanks, @d0153. That works fine, even without the !important. On mobile, the 3 columns are stacked beneath each other. That is per design, I assume. But IMHO it could use a separator or some padding above the 2nd (organizer) and 3rd (venue).

    • This reply was modified 9 months, 4 weeks ago by willemb2.

    Hello @willemb2,

    You’re welcome. Add this code:

    .tribe-events-meta-group.tribe-events-meta-group-details {
    padding-bottom: 15px;
    }

    I hope that helps.

    Thread Starter willemb2

    (@willemb2)

    @frankremmy Thanks, that works. Very elegant solution without @media only screen stuff.

    Plugin Support Darian

    (@d0153)

    Hi @willemb2

    Thanks for your confirmation and I’m glad that it is now working.

    If you have a minute, a great review from you would be amazing!

    https://www.ads-software.com/support/plugin/the-events-calendar/reviews/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘columns details, venue, organizer way too narrow’ is closed to new replies.