Width of the menu is controlled by CSS.
Width of the menu can be set using
CSSMenu. (See
styles tutorial for how to use styles)
For example, following is the SMMenu class in the CSS file:
.SMMenu {
width: 180px;
background-color: #eeeeee;
border: 1px solid gray;
}
Note: Not specifying width will make the menu take all available width.