Known Issues
Events Calendar Width
In some cases, the events calendar is flowing off the screen to the right due to a conflict with a particular global options setting and the plugin. If you are experiencing this issue, add the following code to your global options additional css area:
@media screen and (max-width: 1440px) { .tribe-events-view { width:100% !important; } }