Hi, Mike. This is because of your theme’s styling.
Please review this video: https://cl.ly/3F04392V470v
And this CSS may be what you’d want to add:
body.post-type-archive-tribe_events #primary {
max-width: 100%;
width: 100%;
}
You can add custom CSS code via your child theme’s style.css file, via WordPress 4.7’s Customizer CSS settings, or via a third-party plugin (not guaranteed or supported by us), like:
- SiteOrigin CSS (helps you visually build CSS selectors via its Inspector and Visual Editor, if that’ll help you)
- Simple Custom CSS
- Jetpack (supports regular CSS and the LESS and Sass pre-processors)
If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.
Please let me know how it goes for you.