Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter hellops

    (@hellops)

    Hi,

    Looks like the event excerpt on the main page is wrapping short (i.e. the rows of text are short when there is room to go across the screen).

    Here is the link :
    https://pithandsubstance.com/events/list/

    Can you please provide with detailed instructions on how to solve this issue?

    Hello,

    There are a few different ways to fix this. First would be to use a little CSS magic, though I’m not sure you want 100% width for all event-related pages.

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

    Change the ‘width: 67%; to ‘width: 100%;’ You might also visit Events > Settings > Display and try different options there. Refresh your event listings page to see if any of the options give the desired results. I hope this helps and have a great Wednesday. Cheers ??

    Thread Starter hellops

    (@hellops)

    Hi,

    The CSS magic worked perfectly.

    Thank you,

    PS

    Hey,

    We are super stoked this worked for you.

    Best regards,

    Geoff B.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Event excerpt is wrapping short?’ is closed to new replies.