Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
I don't know why this happens I thought this would be a common because I had the same issue with another Forum I tried to add to my site I also don't know what words to use to search for this issue that's why I made a new post about it. Would be nice if someone know the answer to this. Thanks.
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;
}
}