Using the css foundation Toolkit i put together a simple markup like below
<div class="container">
<div class="row">
<div class="four columns">4 columns</div>
<div class="four columns">Another 4 columns</div>
<div class="four columns">Last 4 columns</div>
<div class="four columns">Why does this 4 columns leave margin left</div>
<div class="four columns">Second Row 4 columns</div>
<div class="four columns">Second Row Last 4 columns</div>
</div>
</div>
note in the quoted code that 4th columnwith 4 columns put's some margin to it's left why is that? Here is a Js Bin for u :) http://jsbin.com/ocaxak