Responsive Foundation 6.0.0

Sidebar

Utilities » Mixins Vertically Center (Legacy IE9)Link

Deprecated Since: 1.0.0 New Issue

A deprecated mixin for vertical centering in IE9 and above. This is an older approach that can be used when centering is critical for IE9. Vertical centering is not available in IE8 using this approach. If this doesn't apply, use the newer version, which is simpler, less buggy with regards to positioning, and uses flexbox. This mixin should be used on the element you want to center. No parent styles are necessary.

Examples

Vertically center the callout text in a callout.
			.callout {
					@include vertical-center-ie9;
				}
		
Source: _mixins.scss, line 753 View Source