Feb 28, 2023 5:04 pm
I would like to keep the sidebar for recent posts etc on the main forum page but I want to remove it from the actual forum page so the posts have the full width. Is this straight forward to do?
4 Replies
Feb 28, 2023 5:45 pm
Hi @badge
you can use this CSS code
#wpforo #wpforo-wrap.wpft-post .wpforo-right-sidebar {width: 0%; display: none;} #wpforo #wpforo-wrap.wpft-post .wpforo-content {width:100%;}
Feb 28, 2023 5:56 pm
Its gone but the content is not stretching 100% its just the page without the sidebar.
Feb 28, 2023 6:29 pm
Its working now! thank you!