Broken Log In Dropdown Box

Then the problem is your theme. try with this in your EXTRA.css
Code:
#loginBar .xenForm .ctrlUnit dd {
        width: auto!important;
}
#loginBar .xenForm .ctrlUnit dd .textCtrl {
        width:auto!important;
}
 
Then the problem is your theme. try with this in your EXTRA.css
Code:
#loginBar .xenForm .ctrlUnit dd {
        width: auto!important;
}
#loginBar .xenForm .ctrlUnit dd .textCtrl {
        width:auto!important;
}

I love you. Will you marry me?
Haha, thanks so much! You're a life saver.
 
Back
Top Bottom