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