Finally, I started using the foundation, and that's great. So I just tested the example, and I noticed that if it has only two columns, it looks like this:

I would think Box B would be next to Box A. How to align it to the left? I didn't read too much in the documentation (as it should be), but I thought I would ask.
If you need a code (the code is indicated at boot):
<div class="row"> <div class="large-4 columns"> <div class="panel"> <p>BOX A</p> </div> </div> <div class="large-4 columns"> <div class="panel"> <p>BOX B</p> </div> </div> </div>
Thanks,
Nick
source share