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.
Sep 12, 2020 5:48 pm
Hi,
I wonder if it was possible to display widget, only at main forum page. I have tried to setup the page to fullwidth but widget is present on each page.
I work with DIVI theme.
Any help would be appreciated.
Thanks,
Ludovic.
4 Replies
Sep 12, 2020 6:48 pm
Hi @cf2d
There is no option for this, but you can hide the sidebar on the posts via css
add this to custom css
#wpforo-wrap.wpft-post .wpforo-right-sidebar {
width: 0%!important;
display: none !important;
}
#wpforo-wrap.wpft-post .wpforo-content {
width:100% !important;
}
Dashboard > Forums > Settings > Style (custom css)
Â
https://www.screencast.com/remove-Sidebar
Â