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.

sign in popup window css name

ChanuxChanux ✭✭
edited February 2012 in Vanilla 2.0 - 2.8

i want to change position of sign in popup window. i cant find it css name. please help me

Best Answers

  • 422422 MVP
    Answer ✓

    13 mins give ppl a chance.

    There was an error rendering this rich post.

  • whu606whu606 MVP
    edited February 2012 Answer ✓

    @Chanux - if you use a custom.css in your themes folder you don't need to look for a rule, you simply write a new one.

    Normally the custom.css rule will overwrite a rule from another css file.

    If it doesn't, you can always add the important! attribute.

    Also, be aware that elements can be members of more than one class, a general, and a specific.

    <div id="Popup" class="Popup SignInPopup" style="top: 88px; left: 0px;">

    If you only want to affect the sign in box, you should set a rule for the class 'SigninPopup'.

Answers

  • :( no one ??

  • 422422 MVP
    Answer ✓

    13 mins give ppl a chance.

    There was an error rendering this rich post.

  • @Chanux - given the questions you ask, it's been suggested before that you learn to use Firebug in Firefox.

    Using Firebug, it is clear what element you need to work on to solve this issue.

  • yah.. im using firebug. sign is box is popup box. bcz i cant find css

  • whu606whu606 MVP
    edited February 2012 Answer ✓

    @Chanux - if you use a custom.css in your themes folder you don't need to look for a rule, you simply write a new one.

    Normally the custom.css rule will overwrite a rule from another css file.

    If it doesn't, you can always add the important! attribute.

    Also, be aware that elements can be members of more than one class, a general, and a specific.

    <div id="Popup" class="Popup SignInPopup" style="top: 88px; left: 0px;">

    If you only want to affect the sign in box, you should set a rule for the class 'SigninPopup'.

  • thank you very much @whu606 . it is so helpful..

Sign In or Register to comment.