Disable sidebar on The events calendar month view

Posted in: Newspaper
Post count: 30

I am looking for a way to disable the sidebar for the month view on the events calendar plug in. If I use the plugin to configure, it removes the sidebar for all views including the single event view and I need that sidebar to be present. here is the view I am trying to have the sidebar removed on. http://www.bangorbuzz.com/events.

Post count: 22421

Hello,

Well there is no setting in our theme to remove the sidebar from a specific plugin page but you can use a css trick to do it:
.post-type-archive-tribe_events
.td-main-sidebar{
display:none!important;
}
.post-type-archive-tribe_events .td-pb-span8{
width:100%!important;
}

Add the code in your theme panel->custom css box.

Thank you!

Post count: 30

That worked perfect! Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.