How do I hide my sidebar temporarily when it overlaps the page?
Sometimes I just want to see the page without having the sidebar annoyingly superimposed.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?You can use a little bit of script to hide the sidebar. Here it is:
<style>.sidebar_v2 { display: none; } </style>
You can also check out our forum archives (forums.pbwiki.com) to find other solutions from PBwiki masterminds :-) -
Inappropriate?I've tried adding this code to the page.This doesn't seem to be working for me. I wonder if something like widget script might interfere with it working.
What could I look for, if this code is hiding the sidebar? -
Inappropriate?For some wiki's you should use a variant of the code to hide the sidebar:
<style>#SideBar { display: none; } </style>
1 person says
this answers the question
Loading Profile...




