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.
How to edit the login
Hi, if you go to www.amphicraft.com/vanilla .. How do I move and edit the login box?
0
Best Answer
-
sahotataran ✭✭✭
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.cssThere was an error rendering this rich post.
1
Answers
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.
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}
Nevermind, it was just because it had the class set to float right. It was conflicting with an already set float right.