Please consider this Codepen: http://codepen.io/anon/pen/WooLwL
There are 3 divs in one container div and the sum of all divs width is 960. However upon inspection, there is this white space around the divs that I cannot get rid of via CSS. I've confirmed the margin is 0.
<div id="columncontainer">
<div id="column1">
yolo
</div>
<div id="column2">
<hr>
all column 2 data here
<hr>
</div>
<div id="column3">
all column 3 data here
</div>
</div>