Notifications
Clear all

wpForo 1.x.x [Solved] Why do I suddenly have a right sidebar?

4 Posts
2 Users
0 Reactions
730 Views
Posts: 14
Topic starter
(@quizzical)
Eminent Member
Joined: 6 years ago

Hi Support:

I find I suddenly have a right sidebar. How did it get there, and how do I remove it?

Was this a result of the recent update?

Thank you.

3 Replies
Alvina
Posts: 1863
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @quizzical,

Please leave your forum URL to allow us to check it.

Posts: 14
Topic starter
(@quizzical)
Eminent Member
Joined: 6 years ago
1 Reply
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1863

@quizzical,

Please try the following CSS code to remove the right sidebar:

#wpforo #wpforo-wrap .wpforo-content {
width: 100% !important;
}

The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page, "Custom CSS Code" textarea.

Please don't forget t delete all caches and press CTRL+F5(twice) on the frontend before checking.