Yea, that was an accidental hardcode of styling within the code instead of making a new class and setting it in the css file.
edit:
templates/YourTemplate/common/tpl_columnar_display.php.
Find:
<table width="100%" align="center" cellpadding="1" cellspacing="15" border="0">
and change the cellspacing to something lower.
Bookmarks