Applying a vertical alignment class to the flex row will affect every column directly inside it.
+<div class="docs-video-codepen-container">
+ <a class="" data-open-video="13:32"><img src="https://www.elastic.co/static/images/svg/video-play-btn.svg" class="video-icon" height="30" width="30" alt=""> Watch this part in video</a>
+
+ <a class="codepen-logo-link" href="http://codepen.io/ZURBFoundation/pen/BRrYQy?editors=1000" target="_blank"><img src="{{root}}assets/img/logos/cp1.svg" class="" height="" width="" alt="edit on codepen button"></a>
+</div>
+
```html_example
<div class="row align-middle">
<div class="columns">I'm in the middle!</div>
---
+### Vertical Alignment of child columns (individually)
+
Similar alignment classes can also be applied to individual columns, which use the format `.align-self-*` instead of `.align-*`.
<div class="warning callout">
- <p>In Foundation 6.2, we introduced the <code>.align-self-*</code> classes, which replace the old method of using <code>.align-*</code> classes on columns. The old classes will be removed completely in Foundation 6.3.</p>
+ <p>In Foundation 6.2, we introduced the <code>.align-self-*</code> classes, which replace the old method of using <code>.align-*</code> classes on columns. The old classes have been removed completely in Foundation 6.3.</p>
+</div>
+
+<div class="docs-video-codepen-container">
+ <a class="" data-open-video="13:32"><img src="https://www.elastic.co/static/images/svg/video-play-btn.svg" class="video-icon" height="30" width="30" alt=""> Watch this part in video</a>
+
+ <a class="codepen-logo-link" href="http://codepen.io/ZURBFoundation/pen/pPLaPe?editors=1000" target="_blank"><img src="{{root}}assets/img/logos/cp1.svg" class="" height="" width="" alt="edit on codepen button"></a>
</div>
```html_example
The `.is-collapse-child` class removes negative margins from nested row under collapsed parent.
+<a class="codepen-logo-link" href="http://codepen.io/ZURBFoundation/pen/pPLaWP?editors=1000" target="_blank"><img src="{{root}}assets/img/logos/cp1.svg" class="" height="" width="" alt="edit on codepen button"></a>
+
```html
<div class="row small-collapse medium-uncollapse">
<div class="small-6 columns">
Offsets work identically to the float grid, by applying `margin-left` to a column.
+<a class="codepen-logo-link" href="http://codepen.io/ZURBFoundation/pen/mmxXpb?editors=1000" target="_blank"><img src="{{root}}assets/img/logos/cp1.svg" class="" height="" width="" alt="edit on codepen button"></a>
+
```html_example
<div class="row">
<div class="small-4 large-offset-2 columns">Offset 2 on large</div>