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

How to edit the login

edited January 2012 in Vanilla 2.0 - 2.8

Hi, if you go to www.amphicraft.com/vanilla .. How do I move and edit the login box?

Best Answer

  • Options
    sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    Answer ✓

    you need to give your #rightcolum {position:relative} on line 70 of your custom.css
    and remove position: absolute; from your .GuestBox line 273 on custom.css

    There was an error rendering this rich post.

Answers

  • Options
    sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    Answer ✓

    you need to give your #rightcolum {position:relative} on line 70 of your custom.css
    and remove position: absolute; from your .GuestBox line 273 on custom.css

    There was an error rendering this rich post.

  • Options

    Ah that's awesome. Thanks for that. Anyway I can change the ugly white box it's in? Also it's over-lapping the {panel}

  • Options

    Nevermind, it was just because it had the class set to float right. It was conflicting with an already set float right. :)

Sign In or Register to comment.