If your "New" field on item detail page is looking like in attachment you can fix it by editing item_detail.php on line 88
before
<td><label><?php _e('New', 'cars_attributes'); ?>: </label></td>
after
<td width="150px"><label><?php _e('New', 'cars_attributes'); ?>: </label></td>