wingyip
wingyip

Reputation: 3536

Zurb Foundation 5 grid - Control no of columns at small - med - large

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

Upvotes: 0

Views: 108

Answers (1)

Sudheer
Sudheer

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

Related Questions