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! 🎄
I am trying to make a distraction free (as much as possible) page where users can post questions. It is possible to remove the sidebar perhaps by using a shortcode or other setting for a specific page where a user can ask a question?
I am currently using this shortcode on a blank page.
[wpforo boardid="0" item="add-topic" id="2"]
In order to do that, you need NOT to use wpForo sidebar but of your THEME's.
Then with some widget options plugin, you will be able to tune what to show & where.
Hi @sison2466
try this code
#wpforo #wpforo-wrap.wpft-forum .wpforo-content {
width:100%
}
#wpforo #wpforo-wrap.wpft-forum .wpforo-right-sidebar {
width:0%;
display:none;
}
add it to custom css
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS
Is there a way to affect the CSS of just one page?
yes, if you use the correct css class instead of
.wpft-forum