2
Check your theme.html, sure there is no conditional sentence for the td generate
<td id="leftcolumn"> foreach loop goes here td>
You have to check is there is any left block and make a conditional sentence to generate the td
<{if $xoBlocks.canvas_left> <td id="leftcolumn"> foreach loop goes here td><{/if}>
So no td is added if there is no block to show