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;
}
 
Top Bottom