You don't actually want #navColumnOneWrapper to be 378px wide; I just noticed that that rule was written wrong.
The fundamental problem is that the center column is set in the template code to be 378px wide when there is no real reason to give it any specific width. View source shows thisIf you change the "378" to "666" you will get a decent width for the center. This may be set in /includes/templates/your_template/common/tpl_main_page.php, or TM may have worked up something else.HTML Code:<td width="3"> <img width="3" height="1" alt="" src="includes/templates/rchelicop/images/spacer.gif"/> </td> <td width="378" valign="top"> <div id="indexDefault" class="rbg1">
I am not sure whether TM makes their templates hard for others to modify just from stupidity, or if they planned it so that customers would have to come back to them for modifications.



, i would like to ask one more question:

