Hello –
I have been using Enfold with The Events Calendar Pro. Today, I updated Enfold to 3.0. I have The Events Calendar 3.8 installed.
I previously followed the instructions in the entry marked “Answered” in https://tri.be/support/forums/topic/make-an-events-page-with-theme-sidebars-and-widgets-2/ to make my monthly calendar full width. This worked fine with the pre-3.0 Enfold.
Unfortunately, after the upgrade, the calendar now shows with an invisible sidebar. The page can be viewed here: http://69.195.124.107/~cypresz4/calendar/
Any suggestions on what I need to do to get the full-width behaviour to work again?
Thanks,
billlon
Hi billlon!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.tribe-filter-live .content {
width: 100%!important;
}
Regards,
Yigit
Great, thanks!!