Question

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

large 6 column

Small 2 Coumns

small 2 columns

Was it helpful?

Solution

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>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top