Support

Home Forums Event Espresso Premium Event List Unreadable

Event List Unreadable

Posted: July 15, 2021 at 12:44 pm


Patrick Haley

July 15, 2021 at 12:44 pm

After a recent site update, the events in list view have text that exceeds boundaries and makes the description unreadable. How can I fix this?


Tony

  • Support Staff

July 15, 2021 at 1:19 pm

Hi there,

Can you link me to the page so I can take a look, please?


Patrick Haley

July 15, 2021 at 1:45 pm

Here you go: https://www.bcsprosoft.com/events/


Tony

  • Support Staff

July 20, 2021 at 8:28 am

Hi there,

When you say a site update do you mean more than just an Event Espresso update?

I checked on your site and this is an issue with the custom layout you are using rather than something within Event Espresso so I’m not sure how an update would cause this unless you previously customized file within the plugin.

One option to fix the current issue is to increase the size of the elements:


.event-espresso-event-list {
    height: 450px;
}
.event-espresso-event-list .event-content {
    min-height: 300px;
}
.event-espresso-event-list .espresso-event-header-dv .event-header {
    height: 100%;
}

As your using floats if you want to fix this without fixed heights you can work through your layout and add clearfix classes to clear those floated elements, or I’d recommend looking into a flexbox layout.

The support post ‘Event List Unreadable’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso