Good evening Emily and welcome back!
Thank you for reaching out to us.
We are sorry to hear about the events not lining up properly.
I would love to help you with this topic.
That is a great question. There are a couple of different approaches you could take to solve that:
- You could us the excerpt field in the description to manually try to manage the description’s length
- You could use a CSS rule to hide everything beyond a certain length. Here’s an example of what that might look like:
.tribe-events-list .tribe-events-photo-event .tribe-events-event-details {
max-height: 177px;
overflow: hidden;
}
Let me know how that goes.
Best regards,
Geoff B.