Modern Event Calendar MEC - same height for all grid cells

Hi,

Grid type changes the height when an element gets into two lines. How can I get the same height for all cells?.
I trying custom CSS adding fix height but then it won’t be constant depending on devices.

Is it there a simple way to get this done?

thanks

Hey @Icicleta,

Just to clarify, are you getting this display using the Grid View.

There’s no option for that regretfully so in that case, please try adding this code in Theme Options > CSS.

.mec-skin-grid-events-container .mec-event-content {
    min-height: 150px
}

If that doesn’t help, we will need that you make your site live and give us the URL of the page where you’ve added the MEC grid.

Thanks.

1 Like

This worked great!!! I’ve tried with max and min height but I didn’t chose the right selector.

Thank you very much @christian_y

Glad we were able to help you :slight_smile:

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