Options
How can I change the width of my panel

How can I change the width of my panel (sidebar). Please help. I did Attach a image below
0
How can I change the width of my panel (sidebar). Please help. I did Attach a image below
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;}