Alright, finally found a solution... had to edit the includes/modules/product_listing.php file.

case 'PRODUCT_LIST_MODEL':
$lc_text = TABLE_HEADING_MODEL;
$lc_align = '';
$zc_col_count_description++;
The part for $lc_align is removed, and it worked. :)