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.
Move sidebar to left side

Hi all,
Can someone tell me how to move the sidebar to the left side of the screen?
Thanks
0
Best Answer
-
whu606 MVP
If you use Firebug or a similar element insector, you can see that this is controlled by the div #Panel.
If you don't have one, create a custom theme (see here: http://vanillaforums.org/docs/themequickstart )
Then in custom.css add the rule you want to position the Panel div.
Note - custom.css only has to hold the rules you want to add, so in your case it could be a single rule.
1
Answers
@Xrnw
If you use Firebug or a similar element insector, you can see that this is controlled by the div #Panel.
If you don't have one, create a custom theme (see here: http://vanillaforums.org/docs/themequickstart )
Then in custom.css add the rule you want to position the Panel div.
Note - custom.css only has to hold the rules you want to add, so in your case it could be a single rule.