What does <div class="row collapse"> do>

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
krich
Jr. Propeller Head
Posts: 2
Joined: Tue Aug 16, 2016 4:57 pm

What does <div class="row collapse"> do>

Post by krich »

The HTML5 masterpage contains the following div tag: <div class="row collapse">

I don't know how to find what this div does, can anybody help?
TIA,
NorthEast
Master Propellus Maximus
Posts: 6359
Joined: Mon Mar 05, 2007 8:33 am

Re: What does <div class="row collapse"> do>

Post by NorthEast »

Flare uses Foundation's Grid classes - "row" is a row in its grid structure, and "collapse" removes column gutters.
https://foundation.zurb.com/sites/docs/grid.html
Post Reply