You can log back in here.
: I'm pretty sure if you do something like: {width: 400px !important;} It should override the default width.
{width: 400px !important;}
. Oops, I forgot. You have to use both. {width: 500px !important; min-width: 500px !important;}
{width: 500px !important; min-width: 500px !important;}