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

  • whu606whu606 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

  • whu606whu606 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.