AI Search
Classic Search
Notifications
Clear all
Feb 10, 2021 6:26 pm
Hi,
I have just added the wpforo latest topics widget to the wpforo sidebar area. However, is there a way to only make it appear on the forum index and make rest of the page views full width as is the case with Invision Board for example?
Many thanks
Daniel
8 Replies
Feb 10, 2021 9:27 pm
Hm, is there any way to hide it from login/logout/register screen as well?
Feb 10, 2021 9:40 pm
#wpforo-wrap.wpft-login .wpforo-right-sidebar, #wpforo-wrap.wpft-register .wpforo-right-sidebar {
width: 0%!important;
display: none !important;
}
#wpforo-wrap.wpft-login .wpforo-content, #wpforo-wrap.wpft-register .wpforo-content {
width:100% !important;
}
Feb 10, 2021 11:05 pm
Thanks again! That worked 🙂
Page 1 / 2
Next