Sha256: f435d84dd80ff1240891c0e97b49875321413e3011c971d7e802af24724ccbd8

Contents?: true

Size: 1.99 KB

Versions: 52

Compression:

Stored size: 1.99 KB

Contents

---
layout: docs
title: Utilities for layout
description: For faster mobile-friendly and responsive development, Bootstrap includes dozens of utility classes for showing, hiding, aligning, and spacing content.
group: layout
toc: true
---

## Changing `display`

Use our [display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/) for responsively toggling common values of the `display` property. Mix it with our grid system, content, or components to show or hide them across specific viewports.

## Flexbox options

Bootstrap 4 is built with flexbox, but not every element's `display` has been changed to `display: flex` as this would add many unnecessary overrides and unexpectedly change key browser behaviors. Most of [our components]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/alerts/) are built with flexbox enabled.

Should you need to add `display: flex` to an element, do so with `.d-flex` or one of the responsive variants (e.g., `.d-sm-flex`). You'll need this class or `display` value to allow the use of our extra [flexbox utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/flex/) for sizing, alignment, spacing, and more.

## Margin and padding

Use the `margin` and `padding` [spacing utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/spacing/) to control how elements and components are spaced and sized. Bootstrap 4 includes a five-level scale for spacing utilities, based on a `1rem` value default `$spacer` variable. Choose values for all viewports (e.g., `.mr-3` for `margin-right: 1rem`), or pick responsive variants to target specific viewports (e.g., `.mr-md-3` for `margin-right: 1rem` starting at the `md` breakpoint).

## Toggle `visibility`

When toggling `display` isn't needed, you can toggle the `visibility` of an element with our [visibility utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/visibility/). Invisible elements will still affect the layout of the page, but are visually hidden from visitors.

Version data entries

52 entries across 52 versions & 2 rubygems

Version Path
card-1.95.3 mod/bootstrap/vendor/bootstrap/docs/4.1/layout/utilities-for-layout.md
card-1.95.2 mod/bootstrap/vendor/bootstrap/docs/4.1/layout/utilities-for-layout.md
card-1.95.1 mod/bootstrap/vendor/bootstrap/docs/4.1/layout/utilities-for-layout.md
card-1.95.0 mod/bootstrap/vendor/bootstrap/docs/4.1/layout/utilities-for-layout.md
card-1.94.1 mod/bootstrap/vendor/bootstrap/docs/4.0/layout/utilities-for-layout.md
card-1.94.0 mod/bootstrap/vendor/bootstrap/docs/4.0/layout/utilities-for-layout.md
card-1.93.13 mod/bootstrap/vendor/bootstrap/docs/4.0/layout/utilities-for-layout.md
card-1.93.12 mod/bootstrap/vendor/bootstrap/docs/4.0/layout/utilities-for-layout.md
card-1.93.11 mod/bootstrap/vendor/bootstrap/docs/4.0/layout/utilities-for-layout.md
card-1.93.10 mod/bootstrap/vendor/bootstrap/docs/4.0/layout/utilities-for-layout.md
card-1.93.9 mod/bootstrap/vendor/bootstrap/docs/4.0/layout/utilities-for-layout.md
card-1.93.8 mod/bootstrap/vendor/bootstrap/docs/4.0/layout/utilities-for-layout.md