I have been able to remove the sidebar in our site, but cannot get the Full Width CSS to setup correctly per your recommendation in the reference thread. I’ve included the link to our live site in the private content below.
Similar to this thread: https://kriesi.at/support/topic/help-to-get-events-calendar-monthly-view-to-be-displayed-full-width/
Thank you.
Hey blakemiller!
Try adding this to your custom CSS.
.tribe-bar-is-disabled .container .av-content-small.units { width: 100% !important; border-right: 0px !important; }
Cheers!
Elliott