• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do I lose the right side panel?

psolord

Platinum Member
Hello.

Congrats on the upgrade of the forums.

On the right side I see online members and my username and all this takes 1/3 of my screen. How do I turn it off/close/disable it?

thanks
 
I can't find an option yet but increasing your screen size widens the thread reading area & pushes all that to the bottom of the page.
Cntr Scroll wheel

Haha that was awesome! Actually I tried that, but I had to give the wheel a couple more rolls!

That worked, thanks! 😀
 
Re: How do I lose the right side panel?

Step 1: Install Stylish.
Step 2: Use the following CSS on this forum.

Code:
.sidebar {
  display:none;
}
.hasRightSidebar .mainContent {
  margin-right: 20px;
  width: 100%;
}
<3

If someone wants to put together a collection of scripts, we may as well get a "I can't believe it's not vB" thread going, ala the old ICBINFT thread.
 
Re: How do I lose the right side panel?

Step 1: Install Stylish.
Step 2: Use the following CSS on this forum.

Code:
.sidebar {
  display:none;
}
.hasRightSidebar .mainContent {
  margin-right: 20px;
  width: 100%;
}


You are currently my #1 hero. (I was already using Stylish for Virge's VB themes and fixes...so this was a breeze).

Now, to somehow fix PostsPerPage. 🙁
 
c'mon guys.

atotugggggggggggh_zpsfycvdxi3.jpg
 
Just did this on Chrome. Still hate the default theme. It took way too much space, especially the avatar. Can read only about 3 posts at a time, had to keep scrolling, it's horrible.
 
Back
Top