Reputation: 3536
Using Zurb Foundation 5
I am trying to to get my large 6 column layout to go to medium 3 columns and then to small 2 columns as in the following images. Is this possible using the Foundation grid
Large 6 columns
Small 2 Coumns
Upvotes: 0
Views: 108
Reputation: 2985
ya it is possible using Foundation 5. All you have to do is use respective classes
<div class="large-6 medium-3 small-2 columns">
..
..
</div>
Upvotes: 0