Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Change panel location

edited September 2008 in Vanilla 1.0 Help
I like the default vanilla theme, but I'd like to move the panel to the right side instead of the left. Is there a theme/style that has done this already? Is this easy to do in the code? Thanks

Comments

  • edited August 2008
    the blogger theme has it on the right side, but with a little css-hacking you can have also the default style with the panel on the right:

    (edited: just playing with firebug :P)

    - remove the background image of the body (vanilla.css after line 1) or change it to fit the left side and attach it to the right
    - change the floating of the Panel div to right (vanilla.css after line 151)
    - change the margin of the Content div (vanilla.css after line 243) to "margin: 0px 235px 0px 18px;"
  • BentotBentot New
    edited September 2008
    Some problems were encountered but fixed.
  • have you tried the dictionary?
  • BentotBentot New
    edited September 2008
    Thank you
  • Is it not present in the standard theme too then?
  • BentotBentot New
    edited September 2008
    Hi Minisweeper Thanks in advance.
  • have you tried looking in the people.php under the theme folder?
This discussion has been closed.