Modern Events Calendar Layout Problem

Hello. I’ve noticed that when I view a single event and there is no featured image on the page, the layout is cut off at the top like this (:

Here is what a single event page with a featured image looks like:

What’s causing this and how do I correct it? Thank you.

Hi There,

To fix this issue, please add this custom CSS under Theme Options > CSS:

.mec-events-event-image {
    min-height: 60px;
}

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.