Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! 🎄
My new question and answer site built in WPFORO:
Hi I got to know about WPFORO in 2019 built start using it in 2021. Here's a project I built with it: https://ajuju.com.ng please drop your honest review, thank you.
Suggestion are welcomed at https://ajuju.com.ng
Hi @johndik,
Looks nice! But I see an empty sidebar space on the right side. You should edit the forum page and choose the Full Width template. I home your WordPress them allows you to do that. You can edit the forum page using the edit button on the top admin bar:
If your theme doesn't have a full width page template, then use this CSS code. Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:
.wpforo.layout-sidebar-right #sidebar {
display: none;
float: none;
width: 0;
}
.wpforo.layout-sidebar-right #main {
float: none;
width: 100%;
}
.wpforo.layout-sidebar-right #wpforo #wpforo-wrap .wpforo-content.wpfrt {
padding-right: 0;
}
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
