Repeater Template Foundation Zurb different classes
-
I’m working with zurb foundation and trying to achieve below layout, where the first two posts will be wrapped in a row with 6 columns grid and any other post item will be wrapped in 3 columns grid, how can i do it ? with repeater template
<!– first post –>
<div class=”row”>
<div class=”medium-6 column”>content</div>
<!– second post –>
<div class=”medium-6 column”>content</div>
</div><div class=”row”>
<!– any other posts –>
<div class=”medium-3 columns”>content</div>
<!– any other posts –>
<div class=”medium-3 columns”>content</div>
<!– any other posts –>
<div class=”medium-3 columns”>content</div></div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Repeater Template Foundation Zurb different classes’ is closed to new replies.