Quote Originally Posted by qhome View Post
edit the included tpl_columnar_display.php file

and change:
Code:
echo '<td width="'. (intval($col_width) - 0.5) .'%" align="center" valign="top"><div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] .  '</div></td>' . "\n";
to:
Code:
echo '<td width="33.3%" align="center" valign="top"><div' . $r_params . '>' . $list_box_contents[$row][$col]['text'] .  '</div></td>' . "\n";
I have tried that, It doesn't seem to work on the site. I have it installed on this dev site: www.ohiospeedshop.com/dev, here is a link for a page where it doesn't seem to work: http://www.ohiospeedshop.com/dev/?ma...index&cPath=68 Is there any ideas?