2020-04-02 20:44:07 +02:00
---
layout: docs
title: Columns
description: Learn how to modify columns with a handful of options for alignment, ordering, and offsetting thanks to our flexbox grid system. Plus, see how to use column classes to manage widths of non-grid elements.
group: layout
toc: true
---
2020-10-13 15:37:21 +02:00
{{< callout info > }}
2020-04-02 20:44:07 +02:00
**Heads up!** Be sure to [read the Grid page ]({{< docsref "/layout/grid" >}} ) first before diving into how to modify and customize your grid columns.
2020-10-13 15:37:21 +02:00
{{< / callout > }}
2020-04-02 20:44:07 +02:00
## How they work
- **Columns build on the grid's flexbox architecture.** Flexbox means we have options for changing individual columns and [modifying groups of columns at the row level ]({{< docsref "/layout/grid#row-columns" >}} ). You choose how columns grow, shrink, or otherwise change.
2020-06-17 18:37:12 +02:00
- **When building grid layouts, all content goes in columns.** The hierarchy of Bootstrap's grid goes from [container ]({{< docsref "/layout/containers" >}} ) to row to column to your content. On rare occasions, you may combine content and column, but be aware there can be unintended consequences.
2020-04-02 20:44:07 +02:00
- **Bootstrap includes predefined classes for creating fast, responsive layouts.** With [six breakpoints ]({{< docsref "/layout/breakpoints" >}} ) and a dozen columns at each grid tier, we have dozens of classes already built for you to create your desired layouts. This can be disabled via Sass if you wish.
## Alignment
Use flexbox alignment utilities to vertically and horizontally align columns.
### Vertical alignment
Add dark mode support (#35857)
* Add dark mode to docs
* Minor fix: missing space indentation
* Minor fix: revert utilities/z-index added-in modification
* Remove prev: and next: from doc because extracted to another PR
* Use .bg-body-tertiary in all Utilities > Overflow examples
* fix example
* Fix up spacing examples
* Update box-shadow Sass variables and utilities to auto-adjust to color modes
* Remove unused docs class
* Refactor form styles to use CSS variable for background images on .form-check and .form-switch
* Fix docs selector
* Rename shortcut for clarity
* Heading consistency
* Reintroduce missing 4th grid item in Utilities > Spacing example
* Fix bundlewatch
* .bd-callout* rendering is OK so removing comments in the code
* Update scss/_utilities.scss
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Fix gutters example styling
* Fix text colors on background utils docs
* redesign and fix up position marker example, which doesn't show nicely in darkmode but at least isn't broken
* fix some color utils examples
* Deprecate mixin notice
* Deprecate notice for list-group-item-variant() mixin
* Revamp new link CSS vars
* Use map-keys in some each Sass files
* Remove list-group-item-variant mixin ref in sass loop desc
* Display CSS vars scoped to our built-in dark mode
* Revert previous commit
* Fix list group variant link
* Fix typo
* Remove imports of alert/list-group mixins in scss/_mixins.scss
* Small formatting + comments removal in scss/_content.scss
* Fix alert links colors
* fix dropdown border-radius mixin
* fix link color and underline again, this time using CSS var override for color var and fallback value for the underline
* fix colors on docs navbar for dark mode
* remove two changes
* missing ref
* another link underline fix, just use sass vars for link decoration for now
* missing color bg docs, plus move dropdown override to scss
* more changes from review
* fix some examples, drop unused docs navbar styles, update docs navbar color mode to use mixin
* Few fixes around type
- Restored CSS variable for color on headings, this time with a fallback value
- In conjunction, restored and wrapped the default CSS var with a null value check
- Split headings and paragraphs docs in Reboot, elaborated on them
* Restyle custom details > summary element in docs
* Rewrite some migration docs
* fix form checks
* Fix up some navbar styling, tweak docs callout
* Fix select images, mostly for validation styling
* Clean up some migration notes, document some new form control CSS vars, mention new variables-dark in sass docs
* Update site/content/docs/5.2/components/scrollspy.md
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Apply suggestions from code review
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* mention form control css vars in migration guide
* Tweak grid and flex docs background examples
* clarify some docs
* fix some more things
Co-authored-by: Julien Déramond <juderamond@gmail.com>
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
2022-11-29 07:30:26 +01:00
Change the vertical alignment with any of the responsive `align-items-*` classes.
2020-04-02 20:44:07 +02:00
{{< example class = "bd-example-row bd-example-row-flex-cols" > }}
2022-05-20 19:21:48 +02:00
< div class = "container text-center" >
2020-04-02 20:44:07 +02:00
< div class = "row align-items-start" >
< div class = "col" >
One of three columns
< / div >
< div class = "col" >
One of three columns
< / div >
< div class = "col" >
One of three columns
< / div >
< / div >
Add dark mode support (#35857)
* Add dark mode to docs
* Minor fix: missing space indentation
* Minor fix: revert utilities/z-index added-in modification
* Remove prev: and next: from doc because extracted to another PR
* Use .bg-body-tertiary in all Utilities > Overflow examples
* fix example
* Fix up spacing examples
* Update box-shadow Sass variables and utilities to auto-adjust to color modes
* Remove unused docs class
* Refactor form styles to use CSS variable for background images on .form-check and .form-switch
* Fix docs selector
* Rename shortcut for clarity
* Heading consistency
* Reintroduce missing 4th grid item in Utilities > Spacing example
* Fix bundlewatch
* .bd-callout* rendering is OK so removing comments in the code
* Update scss/_utilities.scss
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Fix gutters example styling
* Fix text colors on background utils docs
* redesign and fix up position marker example, which doesn't show nicely in darkmode but at least isn't broken
* fix some color utils examples
* Deprecate mixin notice
* Deprecate notice for list-group-item-variant() mixin
* Revamp new link CSS vars
* Use map-keys in some each Sass files
* Remove list-group-item-variant mixin ref in sass loop desc
* Display CSS vars scoped to our built-in dark mode
* Revert previous commit
* Fix list group variant link
* Fix typo
* Remove imports of alert/list-group mixins in scss/_mixins.scss
* Small formatting + comments removal in scss/_content.scss
* Fix alert links colors
* fix dropdown border-radius mixin
* fix link color and underline again, this time using CSS var override for color var and fallback value for the underline
* fix colors on docs navbar for dark mode
* remove two changes
* missing ref
* another link underline fix, just use sass vars for link decoration for now
* missing color bg docs, plus move dropdown override to scss
* more changes from review
* fix some examples, drop unused docs navbar styles, update docs navbar color mode to use mixin
* Few fixes around type
- Restored CSS variable for color on headings, this time with a fallback value
- In conjunction, restored and wrapped the default CSS var with a null value check
- Split headings and paragraphs docs in Reboot, elaborated on them
* Restyle custom details > summary element in docs
* Rewrite some migration docs
* fix form checks
* Fix up some navbar styling, tweak docs callout
* Fix select images, mostly for validation styling
* Clean up some migration notes, document some new form control CSS vars, mention new variables-dark in sass docs
* Update site/content/docs/5.2/components/scrollspy.md
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Apply suggestions from code review
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* mention form control css vars in migration guide
* Tweak grid and flex docs background examples
* clarify some docs
* fix some more things
Co-authored-by: Julien Déramond <juderamond@gmail.com>
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
2022-11-29 07:30:26 +01:00
< / div >
{{< / example > }}
{{< example class = "bd-example-row bd-example-row-flex-cols" > }}
< div class = "container text-center" >
2020-04-02 20:44:07 +02:00
< div class = "row align-items-center" >
< div class = "col" >
One of three columns
< / div >
< div class = "col" >
One of three columns
< / div >
< div class = "col" >
One of three columns
< / div >
< / div >
Add dark mode support (#35857)
* Add dark mode to docs
* Minor fix: missing space indentation
* Minor fix: revert utilities/z-index added-in modification
* Remove prev: and next: from doc because extracted to another PR
* Use .bg-body-tertiary in all Utilities > Overflow examples
* fix example
* Fix up spacing examples
* Update box-shadow Sass variables and utilities to auto-adjust to color modes
* Remove unused docs class
* Refactor form styles to use CSS variable for background images on .form-check and .form-switch
* Fix docs selector
* Rename shortcut for clarity
* Heading consistency
* Reintroduce missing 4th grid item in Utilities > Spacing example
* Fix bundlewatch
* .bd-callout* rendering is OK so removing comments in the code
* Update scss/_utilities.scss
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Fix gutters example styling
* Fix text colors on background utils docs
* redesign and fix up position marker example, which doesn't show nicely in darkmode but at least isn't broken
* fix some color utils examples
* Deprecate mixin notice
* Deprecate notice for list-group-item-variant() mixin
* Revamp new link CSS vars
* Use map-keys in some each Sass files
* Remove list-group-item-variant mixin ref in sass loop desc
* Display CSS vars scoped to our built-in dark mode
* Revert previous commit
* Fix list group variant link
* Fix typo
* Remove imports of alert/list-group mixins in scss/_mixins.scss
* Small formatting + comments removal in scss/_content.scss
* Fix alert links colors
* fix dropdown border-radius mixin
* fix link color and underline again, this time using CSS var override for color var and fallback value for the underline
* fix colors on docs navbar for dark mode
* remove two changes
* missing ref
* another link underline fix, just use sass vars for link decoration for now
* missing color bg docs, plus move dropdown override to scss
* more changes from review
* fix some examples, drop unused docs navbar styles, update docs navbar color mode to use mixin
* Few fixes around type
- Restored CSS variable for color on headings, this time with a fallback value
- In conjunction, restored and wrapped the default CSS var with a null value check
- Split headings and paragraphs docs in Reboot, elaborated on them
* Restyle custom details > summary element in docs
* Rewrite some migration docs
* fix form checks
* Fix up some navbar styling, tweak docs callout
* Fix select images, mostly for validation styling
* Clean up some migration notes, document some new form control CSS vars, mention new variables-dark in sass docs
* Update site/content/docs/5.2/components/scrollspy.md
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Apply suggestions from code review
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* mention form control css vars in migration guide
* Tweak grid and flex docs background examples
* clarify some docs
* fix some more things
Co-authored-by: Julien Déramond <juderamond@gmail.com>
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
2022-11-29 07:30:26 +01:00
< / div >
{{< / example > }}
{{< example class = "bd-example-row bd-example-row-flex-cols" > }}
< div class = "container text-center" >
2020-04-02 20:44:07 +02:00
< div class = "row align-items-end" >
< div class = "col" >
One of three columns
< / div >
< div class = "col" >
One of three columns
< / div >
< div class = "col" >
One of three columns
< / div >
< / div >
< / div >
{{< / example > }}
Add dark mode support (#35857)
* Add dark mode to docs
* Minor fix: missing space indentation
* Minor fix: revert utilities/z-index added-in modification
* Remove prev: and next: from doc because extracted to another PR
* Use .bg-body-tertiary in all Utilities > Overflow examples
* fix example
* Fix up spacing examples
* Update box-shadow Sass variables and utilities to auto-adjust to color modes
* Remove unused docs class
* Refactor form styles to use CSS variable for background images on .form-check and .form-switch
* Fix docs selector
* Rename shortcut for clarity
* Heading consistency
* Reintroduce missing 4th grid item in Utilities > Spacing example
* Fix bundlewatch
* .bd-callout* rendering is OK so removing comments in the code
* Update scss/_utilities.scss
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Fix gutters example styling
* Fix text colors on background utils docs
* redesign and fix up position marker example, which doesn't show nicely in darkmode but at least isn't broken
* fix some color utils examples
* Deprecate mixin notice
* Deprecate notice for list-group-item-variant() mixin
* Revamp new link CSS vars
* Use map-keys in some each Sass files
* Remove list-group-item-variant mixin ref in sass loop desc
* Display CSS vars scoped to our built-in dark mode
* Revert previous commit
* Fix list group variant link
* Fix typo
* Remove imports of alert/list-group mixins in scss/_mixins.scss
* Small formatting + comments removal in scss/_content.scss
* Fix alert links colors
* fix dropdown border-radius mixin
* fix link color and underline again, this time using CSS var override for color var and fallback value for the underline
* fix colors on docs navbar for dark mode
* remove two changes
* missing ref
* another link underline fix, just use sass vars for link decoration for now
* missing color bg docs, plus move dropdown override to scss
* more changes from review
* fix some examples, drop unused docs navbar styles, update docs navbar color mode to use mixin
* Few fixes around type
- Restored CSS variable for color on headings, this time with a fallback value
- In conjunction, restored and wrapped the default CSS var with a null value check
- Split headings and paragraphs docs in Reboot, elaborated on them
* Restyle custom details > summary element in docs
* Rewrite some migration docs
* fix form checks
* Fix up some navbar styling, tweak docs callout
* Fix select images, mostly for validation styling
* Clean up some migration notes, document some new form control CSS vars, mention new variables-dark in sass docs
* Update site/content/docs/5.2/components/scrollspy.md
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Apply suggestions from code review
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* mention form control css vars in migration guide
* Tweak grid and flex docs background examples
* clarify some docs
* fix some more things
Co-authored-by: Julien Déramond <juderamond@gmail.com>
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
2022-11-29 07:30:26 +01:00
Or, change the alignment of each column individually with any of the responsive `.align-self-*` classes.
2020-04-02 20:44:07 +02:00
{{< example class = "bd-example-row bd-example-row-flex-cols" > }}
2022-05-20 19:21:48 +02:00
< div class = "container text-center" >
2020-04-02 20:44:07 +02:00
< div class = "row" >
< div class = "col align-self-start" >
One of three columns
< / div >
< div class = "col align-self-center" >
One of three columns
< / div >
< div class = "col align-self-end" >
One of three columns
< / div >
< / div >
< / div >
{{< / example > }}
### Horizontal alignment
2023-01-17 09:46:05 +01:00
Change the horizontal alignment with any of the responsive `justify-content-*` classes.
2020-04-02 20:44:07 +02:00
{{< example class = "bd-example-row" > }}
2022-05-20 19:21:48 +02:00
< div class = "container text-center" >
2020-04-02 20:44:07 +02:00
< div class = "row justify-content-start" >
< div class = "col-4" >
One of two columns
< / div >
< div class = "col-4" >
One of two columns
< / div >
< / div >
< div class = "row justify-content-center" >
< div class = "col-4" >
One of two columns
< / div >
< div class = "col-4" >
One of two columns
< / div >
< / div >
< div class = "row justify-content-end" >
< div class = "col-4" >
One of two columns
< / div >
< div class = "col-4" >
One of two columns
< / div >
< / div >
< div class = "row justify-content-around" >
< div class = "col-4" >
One of two columns
< / div >
< div class = "col-4" >
One of two columns
< / div >
< / div >
< div class = "row justify-content-between" >
< div class = "col-4" >
One of two columns
< / div >
< div class = "col-4" >
One of two columns
< / div >
< / div >
2020-05-30 15:19:10 +02:00
< div class = "row justify-content-evenly" >
< div class = "col-4" >
One of two columns
< / div >
< div class = "col-4" >
One of two columns
< / div >
< / div >
2020-04-02 20:44:07 +02:00
< / div >
{{< / example > }}
### Column wrapping
If more than 12 columns are placed within a single row, each group of extra columns will, as one unit, wrap onto a new line.
{{< example class = "bd-example-row" > }}
< div class = "container" >
< div class = "row" >
< div class = "col-9" > .col-9< / div >
< div class = "col-4" > .col-4< br > Since 9 + 4 = 13 > 12, this 4-column-wide div gets wrapped onto a new line as one contiguous unit.< / div >
< div class = "col-6" > .col-6< br > Subsequent columns continue along the new line.< / div >
< / div >
< / div >
{{< / example > }}
### Column breaks
Breaking columns to a new line in flexbox requires a small hack: add an element with `width: 100%` wherever you want to wrap your columns to a new line. Normally this is accomplished with multiple `.row` s, but not every implementation method can account for this.
{{< example class = "bd-example-row" > }}
2022-05-20 19:21:48 +02:00
< div class = "container text-center" >
2020-04-02 20:44:07 +02:00
< div class = "row" >
< div class = "col-6 col-sm-3" > .col-6 .col-sm-3< / div >
< div class = "col-6 col-sm-3" > .col-6 .col-sm-3< / div >
<!-- Force next columns to break to new line -->
< div class = "w-100" > < / div >
< div class = "col-6 col-sm-3" > .col-6 .col-sm-3< / div >
< div class = "col-6 col-sm-3" > .col-6 .col-sm-3< / div >
< / div >
< / div >
{{< / example > }}
You may also apply this break at specific breakpoints with our [responsive display utilities ]({{< docsref "/utilities/display" >}} ).
{{< example class = "bd-example-row" > }}
2022-05-20 19:21:48 +02:00
< div class = "container text-center" >
2020-04-02 20:44:07 +02:00
< div class = "row" >
< div class = "col-6 col-sm-4" > .col-6 .col-sm-4< / div >
< div class = "col-6 col-sm-4" > .col-6 .col-sm-4< / div >
<!-- Force next columns to break to new line at md breakpoint and up -->
< div class = "w-100 d-none d-md-block" > < / div >
< div class = "col-6 col-sm-4" > .col-6 .col-sm-4< / div >
< div class = "col-6 col-sm-4" > .col-6 .col-sm-4< / div >
< / div >
< / div >
{{< / example > }}
## Reordering
### Order classes
Add dark mode support (#35857)
* Add dark mode to docs
* Minor fix: missing space indentation
* Minor fix: revert utilities/z-index added-in modification
* Remove prev: and next: from doc because extracted to another PR
* Use .bg-body-tertiary in all Utilities > Overflow examples
* fix example
* Fix up spacing examples
* Update box-shadow Sass variables and utilities to auto-adjust to color modes
* Remove unused docs class
* Refactor form styles to use CSS variable for background images on .form-check and .form-switch
* Fix docs selector
* Rename shortcut for clarity
* Heading consistency
* Reintroduce missing 4th grid item in Utilities > Spacing example
* Fix bundlewatch
* .bd-callout* rendering is OK so removing comments in the code
* Update scss/_utilities.scss
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Fix gutters example styling
* Fix text colors on background utils docs
* redesign and fix up position marker example, which doesn't show nicely in darkmode but at least isn't broken
* fix some color utils examples
* Deprecate mixin notice
* Deprecate notice for list-group-item-variant() mixin
* Revamp new link CSS vars
* Use map-keys in some each Sass files
* Remove list-group-item-variant mixin ref in sass loop desc
* Display CSS vars scoped to our built-in dark mode
* Revert previous commit
* Fix list group variant link
* Fix typo
* Remove imports of alert/list-group mixins in scss/_mixins.scss
* Small formatting + comments removal in scss/_content.scss
* Fix alert links colors
* fix dropdown border-radius mixin
* fix link color and underline again, this time using CSS var override for color var and fallback value for the underline
* fix colors on docs navbar for dark mode
* remove two changes
* missing ref
* another link underline fix, just use sass vars for link decoration for now
* missing color bg docs, plus move dropdown override to scss
* more changes from review
* fix some examples, drop unused docs navbar styles, update docs navbar color mode to use mixin
* Few fixes around type
- Restored CSS variable for color on headings, this time with a fallback value
- In conjunction, restored and wrapped the default CSS var with a null value check
- Split headings and paragraphs docs in Reboot, elaborated on them
* Restyle custom details > summary element in docs
* Rewrite some migration docs
* fix form checks
* Fix up some navbar styling, tweak docs callout
* Fix select images, mostly for validation styling
* Clean up some migration notes, document some new form control CSS vars, mention new variables-dark in sass docs
* Update site/content/docs/5.2/components/scrollspy.md
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Apply suggestions from code review
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* mention form control css vars in migration guide
* Tweak grid and flex docs background examples
* clarify some docs
* fix some more things
Co-authored-by: Julien Déramond <juderamond@gmail.com>
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
2022-11-29 07:30:26 +01:00
Use `.order-` classes for controlling the **visual order** of your content. These classes are responsive, so you can set the `order` by breakpoint (e.g., `.order-1.order-md-2` ). Includes support for `1` through `5` across all six grid tiers. If you need more `.order-*` classes, you can modify the default number via Sass variable.
2020-04-02 20:44:07 +02:00
{{< example class = "bd-example-row" > }}
2022-05-20 19:21:48 +02:00
< div class = "container text-center" >
2020-04-02 20:44:07 +02:00
< div class = "row" >
< div class = "col" >
First in DOM, no order applied
< / div >
< div class = "col order-5" >
Second in DOM, with a larger order
< / div >
< div class = "col order-1" >
Third in DOM, with an order of 1
< / div >
< / div >
< / div >
{{< / example > }}
There are also responsive `.order-first` and `.order-last` classes that change the `order` of an element by applying `order: -1` and `order: 6` , respectively. These classes can also be intermixed with the numbered `.order-*` classes as needed.
{{< example class = "bd-example-row" > }}
2022-05-20 19:21:48 +02:00
< div class = "container text-center" >
2020-04-02 20:44:07 +02:00
< div class = "row" >
< div class = "col order-last" >
First in DOM, ordered last
< / div >
< div class = "col" >
Second in DOM, unordered
< / div >
< div class = "col order-first" >
Third in DOM, ordered first
< / div >
< / div >
< / div >
{{< / example > }}
### Offsetting columns
You can offset grid columns in two ways: our responsive `.offset-` grid classes and our [margin utilities ]({{< docsref "/utilities/spacing" >}} ). Grid classes are sized to match columns while margins are more useful for quick layouts where the width of the offset is variable.
#### Offset classes
Move columns to the right using `.offset-md-*` classes. These classes increase the left margin of a column by `*` columns. For example, `.offset-md-4` moves `.col-md-4` over four columns.
{{< example class = "bd-example-row" > }}
2022-05-20 19:21:48 +02:00
< div class = "container text-center" >
2020-04-02 20:44:07 +02:00
< div class = "row" >
< div class = "col-md-4" > .col-md-4< / div >
< div class = "col-md-4 offset-md-4" > .col-md-4 .offset-md-4< / div >
< / div >
< div class = "row" >
< div class = "col-md-3 offset-md-3" > .col-md-3 .offset-md-3< / div >
< div class = "col-md-3 offset-md-3" > .col-md-3 .offset-md-3< / div >
< / div >
< div class = "row" >
< div class = "col-md-6 offset-md-3" > .col-md-6 .offset-md-3< / div >
< / div >
< / div >
{{< / example > }}
In addition to column clearing at responsive breakpoints, you may need to reset offsets. See this in action in [the grid example ]({{< docsref "/examples/grid" >}} ).
{{< example class = "bd-example-row" > }}
2022-05-20 19:21:48 +02:00
< div class = "container text-center" >
2020-04-02 20:44:07 +02:00
< div class = "row" >
< div class = "col-sm-5 col-md-6" > .col-sm-5 .col-md-6< / div >
< div class = "col-sm-5 offset-sm-2 col-md-6 offset-md-0" > .col-sm-5 .offset-sm-2 .col-md-6 .offset-md-0< / div >
< / div >
< div class = "row" >
< div class = "col-sm-6 col-md-5 col-lg-6" > .col-sm-6 .col-md-5 .col-lg-6< / div >
< div class = "col-sm-6 col-md-5 offset-md-2 col-lg-6 offset-lg-0" > .col-sm-6 .col-md-5 .offset-md-2 .col-lg-6 .offset-lg-0< / div >
< / div >
< / div >
{{< / example > }}
#### Margin utilities
2020-06-09 15:44:20 +02:00
With the move to flexbox in v4, you can use margin utilities like `.me-auto` to force sibling columns away from one another.
2020-04-02 20:44:07 +02:00
{{< example class = "bd-example-row" > }}
2022-05-20 19:21:48 +02:00
< div class = "container text-center" >
2020-04-02 20:44:07 +02:00
< div class = "row" >
< div class = "col-md-4" > .col-md-4< / div >
2020-06-09 15:44:20 +02:00
< div class = "col-md-4 ms-auto" > .col-md-4 .ms-auto< / div >
2020-04-02 20:44:07 +02:00
< / div >
< div class = "row" >
2020-06-09 15:44:20 +02:00
< div class = "col-md-3 ms-md-auto" > .col-md-3 .ms-md-auto< / div >
< div class = "col-md-3 ms-md-auto" > .col-md-3 .ms-md-auto< / div >
2020-04-02 20:44:07 +02:00
< / div >
< div class = "row" >
2020-06-09 15:44:20 +02:00
< div class = "col-auto me-auto" > .col-auto .me-auto< / div >
2020-04-02 20:44:07 +02:00
< div class = "col-auto" > .col-auto< / div >
< / div >
< / div >
{{< / example > }}
## Standalone column classes
2022-07-18 09:30:35 +02:00
The `.col-*` classes can also be used outside a `.row` to give an element a specific width. Whenever column classes are used as non-direct children of a row, the paddings are omitted.
2020-04-02 20:44:07 +02:00
Add dark mode support (#35857)
* Add dark mode to docs
* Minor fix: missing space indentation
* Minor fix: revert utilities/z-index added-in modification
* Remove prev: and next: from doc because extracted to another PR
* Use .bg-body-tertiary in all Utilities > Overflow examples
* fix example
* Fix up spacing examples
* Update box-shadow Sass variables and utilities to auto-adjust to color modes
* Remove unused docs class
* Refactor form styles to use CSS variable for background images on .form-check and .form-switch
* Fix docs selector
* Rename shortcut for clarity
* Heading consistency
* Reintroduce missing 4th grid item in Utilities > Spacing example
* Fix bundlewatch
* .bd-callout* rendering is OK so removing comments in the code
* Update scss/_utilities.scss
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Fix gutters example styling
* Fix text colors on background utils docs
* redesign and fix up position marker example, which doesn't show nicely in darkmode but at least isn't broken
* fix some color utils examples
* Deprecate mixin notice
* Deprecate notice for list-group-item-variant() mixin
* Revamp new link CSS vars
* Use map-keys in some each Sass files
* Remove list-group-item-variant mixin ref in sass loop desc
* Display CSS vars scoped to our built-in dark mode
* Revert previous commit
* Fix list group variant link
* Fix typo
* Remove imports of alert/list-group mixins in scss/_mixins.scss
* Small formatting + comments removal in scss/_content.scss
* Fix alert links colors
* fix dropdown border-radius mixin
* fix link color and underline again, this time using CSS var override for color var and fallback value for the underline
* fix colors on docs navbar for dark mode
* remove two changes
* missing ref
* another link underline fix, just use sass vars for link decoration for now
* missing color bg docs, plus move dropdown override to scss
* more changes from review
* fix some examples, drop unused docs navbar styles, update docs navbar color mode to use mixin
* Few fixes around type
- Restored CSS variable for color on headings, this time with a fallback value
- In conjunction, restored and wrapped the default CSS var with a null value check
- Split headings and paragraphs docs in Reboot, elaborated on them
* Restyle custom details > summary element in docs
* Rewrite some migration docs
* fix form checks
* Fix up some navbar styling, tweak docs callout
* Fix select images, mostly for validation styling
* Clean up some migration notes, document some new form control CSS vars, mention new variables-dark in sass docs
* Update site/content/docs/5.2/components/scrollspy.md
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Apply suggestions from code review
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* mention form control css vars in migration guide
* Tweak grid and flex docs background examples
* clarify some docs
* fix some more things
Co-authored-by: Julien Déramond <juderamond@gmail.com>
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
2022-11-29 07:30:26 +01:00
{{< example class = "bd-example-row" > }}
< div class = "col-3 p-3 mb-2" >
2020-04-02 20:44:07 +02:00
.col-3: width of 25%
< / div >
Add dark mode support (#35857)
* Add dark mode to docs
* Minor fix: missing space indentation
* Minor fix: revert utilities/z-index added-in modification
* Remove prev: and next: from doc because extracted to another PR
* Use .bg-body-tertiary in all Utilities > Overflow examples
* fix example
* Fix up spacing examples
* Update box-shadow Sass variables and utilities to auto-adjust to color modes
* Remove unused docs class
* Refactor form styles to use CSS variable for background images on .form-check and .form-switch
* Fix docs selector
* Rename shortcut for clarity
* Heading consistency
* Reintroduce missing 4th grid item in Utilities > Spacing example
* Fix bundlewatch
* .bd-callout* rendering is OK so removing comments in the code
* Update scss/_utilities.scss
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Fix gutters example styling
* Fix text colors on background utils docs
* redesign and fix up position marker example, which doesn't show nicely in darkmode but at least isn't broken
* fix some color utils examples
* Deprecate mixin notice
* Deprecate notice for list-group-item-variant() mixin
* Revamp new link CSS vars
* Use map-keys in some each Sass files
* Remove list-group-item-variant mixin ref in sass loop desc
* Display CSS vars scoped to our built-in dark mode
* Revert previous commit
* Fix list group variant link
* Fix typo
* Remove imports of alert/list-group mixins in scss/_mixins.scss
* Small formatting + comments removal in scss/_content.scss
* Fix alert links colors
* fix dropdown border-radius mixin
* fix link color and underline again, this time using CSS var override for color var and fallback value for the underline
* fix colors on docs navbar for dark mode
* remove two changes
* missing ref
* another link underline fix, just use sass vars for link decoration for now
* missing color bg docs, plus move dropdown override to scss
* more changes from review
* fix some examples, drop unused docs navbar styles, update docs navbar color mode to use mixin
* Few fixes around type
- Restored CSS variable for color on headings, this time with a fallback value
- In conjunction, restored and wrapped the default CSS var with a null value check
- Split headings and paragraphs docs in Reboot, elaborated on them
* Restyle custom details > summary element in docs
* Rewrite some migration docs
* fix form checks
* Fix up some navbar styling, tweak docs callout
* Fix select images, mostly for validation styling
* Clean up some migration notes, document some new form control CSS vars, mention new variables-dark in sass docs
* Update site/content/docs/5.2/components/scrollspy.md
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Apply suggestions from code review
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* mention form control css vars in migration guide
* Tweak grid and flex docs background examples
* clarify some docs
* fix some more things
Co-authored-by: Julien Déramond <juderamond@gmail.com>
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
2022-11-29 07:30:26 +01:00
< div class = "col-sm-9 p-3" >
2020-04-02 20:44:07 +02:00
.col-sm-9: width of 75% above sm breakpoint
< / div >
{{< / example > }}
The classes can be used together with utilities to create responsive floated images. Make sure to wrap the content in a [`.clearfix` ]({{< docsref "/helpers/clearfix" >}} ) wrapper to clear the float if the text is shorter.
{{< example > }}
< div class = "clearfix" >
2020-06-09 15:44:20 +02:00
{{< placeholder width = "100%" height = "210" class = "col-md-6 float-md-end mb-3 ms-md-3" text = "Responsive floated image" > }}
2020-04-02 20:44:07 +02:00
< p >
2020-12-11 21:05:33 +01:00
A paragraph of placeholder text. We're using it here to show the use of the clearfix class. We're adding quite a few meaningless phrases here to demonstrate how the columns interact here with the floated image.
2020-04-02 20:44:07 +02:00
< / p >
< p >
2020-12-11 21:05:33 +01:00
As you can see the paragraphs gracefully wrap around the floated image. Now imagine how this would look with some actual content in here, rather than just this boring placeholder text that goes on and on, but actually conveys no tangible information at. It simply takes up space and should not really be read.
2020-04-02 20:44:07 +02:00
< / p >
< p >
2020-12-11 21:05:33 +01:00
And yet, here you are, still persevering in reading this placeholder text, hoping for some more insights, or some hidden easter egg of content. A joke, perhaps. Unfortunately, there's none of that here.
2020-04-02 20:44:07 +02:00
< / p >
< / div >
{{< / example > }}