Notifications
Clear all

[Solved] Remove Sidebar?

5 Posts
2 Users
1 Likes
527 Views
Posts: 43
Topic starter
(@badge)
Trusted Member
Joined: 5 years ago

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?

Topic Tags
4 Replies
Tutrix
Posts: 1268
(@tutrix)
Noble Member
Joined: 4 years ago

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%;}
Posts: 43
Topic starter
(@badge)
Trusted Member
Joined: 5 years ago

Its gone but the content is not stretching 100% its just the page without the sidebar.

1 Reply
Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1268

@badge 

The code works see video

https://app.screencast.com/mLphuu2S37YKp

Posts: 43
Topic starter
(@badge)
Trusted Member
Joined: 5 years ago

Its working now! thank you!