You can set the width using inline css as follows:
<select style="width: 100px;"></select>
In with the rest of your attributes.
There are other ways to specify the width of an element, and most of them revolve around CSS. Here's a link to CSS CSS video tutorials that should get you more than primed and ready to go.
source
share