How would I adjust the width of this?

Blue

Well-known member
Licensed customer
How would I adjust the width of this? I would like to fill the blank space.

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

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