Modern Events Calendar No Sidebar

Hi guys,

Is there a way to remove the sidebar for single events from the Modern Events Calendar? The sidebar layout has been activated for the blog, but the events would look better if displayed on full width layout: https://prnt.sc/mx49zb

Thank you!

Hey @kcreative,

MEC already has a sidebar which contains the date, time and location. That MEC sidebar however, overrides the theme’s sidebar which is an unwanted behavior in Icon stack which has a fixed sidebar layout.

Regretfully, the only option for this is to remove the sidebar space of the theme in MEC single pages. Please add this code in Theme Options > CSS.

.single-mec-events {
    padding: 0 !important;
}

Thanks.

Great, that works well!

You are most welcome. :slight_smile:

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