Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
2 Reactions
749 Views
Posts: 59
 mhit
Topic starter
(@mhit)
Estimable Member
Joined: 2 years 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: 1522
(@tutrix)
Noble Member
Joined: 5 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: 2 years ago

Estimable Member
Posts: 59

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