Events page menu cut off

Hi!
I have an issue with a page:

https://95lash.com/events/

For some reason the first part of the page cuts off the bottom of the menu (Yearly, monthly, daily, list) you can use to navigate the modern events calendar, how and where can I fix this?

See screenshot:

Hi Arielle,

To fix it, you can add the code below in Theme Options > CSS

.mec-wrap .mec-totalcal-box {
    height: 75px;
}

Hope this helps

Great that worked! thank you!

You are most welcome. :slight_smile:

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