How would I adjust the width of this?

It does by default.
Have you been editing the admin templates?

The default CSS is this:
Code:
.xenForm
{
    margin: 10px auto;
    width: 520px;
}
 
Top Bottom