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

Move sidebar to left side

XrnwXrnw New
edited June 2012 in Vanilla 2.0 - 2.8

Hi all,

Can someone tell me how to move the sidebar to the left side of the screen?

Thanks

Best Answer

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP
    Answer ✓

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

Answers

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP
    Answer ✓

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

Sign In or Register to comment.