FIXED TD TABLE WIDTH
REF:
http://stackoverflow.com/questions/15115052/bootstrap-how-to-set-up-fixed-width-for-td
<tr class="something">
<td class="col-md-2">A</td>
<td class="col-md-3">B</td>
<td class="col-md-6">C</td>
<td class="col-md-1">D</td>
</tr>
<tr>
<td class="col-md-4"><img class="img-responsive" src="<?php echo $thumbnail_url[0]; ?>"><br> Prop Details Link</td>
<td class="col-md-4"><?php the_field('short_description') ; ?></td>
<td class="col-md-4 orange_bg"><?php the_field('sq_ft') ; ?>
<?php the_field('office_sq_ft') ; ?>
<?php the_field('price') ; ?>
<?php the_field('doors') ; ?>
<?php the_field('type') ; ?>
</td>
</tr>