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.

 

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

4 Posts
2 Users
0 Reactions
966 Views
Posts: 14
Topic starter
(@quizzical)
Eminent Member
Joined: 7 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: 1861
Moderator
(@alvina)
Member
Joined: 6 years ago

Hi @quizzical,

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

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

Member
Posts: 1861

@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.