I do apologize for the delay, but as you said, we\'re frying up some bigger fish
Anyway...
ardra - there is a parameter in the settings area for setting the width of the event name column.
For the other columns, open this file:
/components/com_dtregister/dtregister.php
Around lines 2221-2235 you\'ll find code which establishes the column headers for each column of the event list layout. You\'ll see four of these (one for date, price, capacity and # registered):
<th class=\"coltitle\" align=\"left\">
Change each to:
<th class=\"coltitle\" align=\"left\" width=\"XXX\">
For each one, set the width to whatever number works for you. Of course do not use XXX
. Hope this helps.