<blockquote style="padding-left: 5px; margin-left: 5px; border-left: #1010ff 2px solid; width: 100%;"><!-- html ignored --><!-- head ignored --><!-- meta not allowed --><!-- style not allowed -->Is it possible to change the width of the sidebar?<br />I would like to increase it's width so long titles are "wrapped".<br />thanks<br />John<br /><br />
<hr />
Rediscover Hotmail&reg;: Now available on your iPhone or BlackBerry <a href="http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Mobile1_042009">Check it out.</a></blockquote>
<div>Depends largely on which skin you're using. The default skin sidebar can be set by changing the CSS:</div>
<div>#wikileft{width:400px;}</div>
<div>You can do that either by changing the css file, or by adding this into config.php:</div>
<div><span style="font-size: x-small;">&nbsp;&nbsp;$HTMLStylesFmt['meza'] = '#wikileft{width:400px;}';</span></div>
<div><span style="font-size: x-small;"></span></div>
<div><span style="font-size: x-small;">&nbsp;~ ~ Dave</span></div>