Menu Covering Calendar Page

How can I fix the menu from covering the top of the page.

http://thecityonline.org/calendar/sunday-at-city/

I’m using modern event calendar. This only happens if I don’t use a feature image.

This also happens on the landing page.

Thanks in advance for any assist you can provide.

Hi @will2christ

Please add the CSS code below to Pro > Theme Options > CSS:

.mec-single-modern .mec-events-event-image {
    min-height: 70px;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial:

https://www.youtube.com/watch?v=yfoY53QXEnI

Thank you.

1 Like

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