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