Hi @justadog,
This issue doesn't have any relation to wpForo and other forum plugins. This is your theme page layout issue. Please edit the forum page and try to find full width page template. The left empty space is the sidebar space, you don't have widgets in this space so you think this is an empty space.
If you didn't find full width ore one col template, then you should change the theme or contact to this theme developers and ask how to remove the left sidebar form page.
I do not have that option 🙁
Hi, please leave some URL to the forum page. I'll help you fix this using a small CSS code.
CSS code if not work :p
#wpforo #wpforo-wrap .wpforo-main {
width: 750px !important; (recommended)
}
But it's not responsive if you would with responsive you add Her lines of codes :
@media screen and (max-width: 1000px) {
#wpforo #wpforo-wrap .wpforo-main {
width: 500px !important;
}
}

