Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How can I change the width of my panel
tanbinnguyen
New
How can I change the width of my panel (sidebar). Please help. I did Attach a image below
0
Comments
In your custom.css file look for " #Panel."
then change the width to what you want.
I can't find it
Yoy may need to change the width of either the hole page wicht is the body div tag. or the width of the content div.
Go to your themes folder. then the design folder. there is the custum.css file.
then open it up with some good code writing program. then search for Panel
This is all I can find
Now what do I need to change
what theme?
It was called DarkMist
Well I saw that, at the bottom at the custom.css file, add this:
#Panel{width: Your width;}
And you might need to add this to.
#Content{width: your width;}