M.E.C view problem

HI,
i have problem in M.E.C view … as the following screenshot

Best Regards

Hi @eslammg,

Thanks for reaching out.

It’s due to -50px margin directly originating from the plugin’s CSS.

Please add this CSS to your Theme Options > CSS

.rtl.single-mec-events .mec-wrap .col-md-4 {
    margin-top: 10px;
}

Thanks!

1 Like

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