Hello @websy,
Perhaps this issue is related to conflict with other plugins.
Please put the CSS below in MEC Settings > Custom CSS:
article#post-1071 .home-agenda-left .mec-calendar-topsec {
display: flex;
}
article#post-1071 .home-agenda-left .mec-calendar-topsec dl {
margin: 0;
}
article#post-1071 .home-agenda-left .mec-box-calendar.mec-calendar .mec-calendar-events-side {
padding-left: 0;
padding-right: 20px;
}
article#post-1071 .home-agenda-left .mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-side {
padding-left: 20px;
padding-right: 20px;
}
Also, you can change the settings of the shortcode:
https://webnus.net/dox/modern-events-calendar/making-advanced-shortcodes-in-modern-events-calendar/ for example, disabling the “Display all events in right section” option.
Please follow the steps explained in this article: https://webnus.net/dox/modern-events-calendar/inspect-element/.
Best Regards