Notifications
Clear all

[Solved] Hide right bar with recent topics and search etc at registration page

3 Posts
2 Users
2 Reactions
418 Views
Posts: 59
 mhit
Topic starter
(@mhit)
Estimable Member
Joined: 1 year ago

Hello,
At the Member Registration page, the right bar with Search Forum, Recent Topics and Tags is visible.

How can this be hidden / removed ? See screenshot.

2 Replies
Tutrix
Posts: 1455
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @mhit

add this to custom css

#wpforo #wpforo-wrap.wpft-register .wpforo-right-sidebar {width: 0%; display: none;}
#wpforo #wpforo-wrap.wpft-register .wpforo-content {width:100%;}
1 Reply
 mhit
(@mhit)
Joined: 1 year ago

Estimable Member
Posts: 59

@tutrix Thanks very much for your helpful code! It all looks excellent now!