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

The sidebar with the logged-in user's info wastes space and is buggy

MrPickins

Diamond Member
I have disabled the sticky sidebar in my user preferences, but the sidebar with the logged-in user's info is still displayed, wasting ~300 pixels on the right side of the page.

Additionally, resizing the page width small enough will hide the sidebar, but as soon as the width is increased enough, the sidebar returns and no longer respects the stickiness preference setting.

(This is all when using the latest version of Chrome)
 
Not created by me, but here is a Stylish script that completely removes all of the right side junk and actually makes the forum readable for forums.andantech.com:

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