Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ZURB FOUNDATION 5 - What does class COLLAPSE do ?

I am new to Zurb foundation grids...Can any one explain to me when to use the class 'collapse' in a row ? Thanks for your help

like image 334
user3275707 Avatar asked Feb 08 '14 17:02

user3275707


1 Answers

The .collapse class removes the negative margins on the .row element and removes the padding on child .column elements.

The .collapse class on .rows is really handy, especially in the case of a nested grid when you don't necessarily want padding between the columns.

like image 196
James Hafner Avatar answered Nov 07 '22 10:11

James Hafner