🌐
Bootstrap
getbootstrap.com › docs › 4.0 › utilities › flex
Flex · Bootstrap
Use align-items utilities on flexbox containers to change the alignment of flex items on the cross axis (the y-axis to start, x-axis if flex-direction: column).
🌐
Bootstrap
getbootstrap.com › docs › 5.0 › utilities › flex
Flex · Bootstrap v5.0
Use align-items utilities on flexbox containers to change the alignment of flex items on the cross axis (the y-axis to start, x-axis if flex-direction: column).
🌐
Bootstrap
getbootstrap.com › docs › 5.3 › utilities › text
Text · Bootstrap v5.3
Easily realign text to components with text alignment classes.
🌐
W3Schools
w3schools.com › bootstrap4 › bootstrap_flex.asp
Bootstrap 4 Flex
Control the vertical alignment of single rows of flex items with the .align-items-* classes.
🌐
Bootstrap Shuffle
bootstrapshuffle.com › classes › flexbox › align-items-*-center
align-items-*-center - Bootstrap CSS class
<div class="d-flex align-items-center"> <div class="p-2">Flex item 1</div> <div class="p-2">Flex item 2</div> <div class="p-2">Flex item 3</div> </div> <!-- responsive variations --> <div class="d-flex align-items-sm-center">...</div> <div class="d-flex align-items-md-center">...</div> <div class="d-flex align-items-lg-center">...</div> <div class="d-flex align-items-xl-center">...</div>Copy code ... You don't need to remember all CSS classes. Just use the Bootstrap Editor instead.
🌐
Bootstrap
getbootstrap.com › docs › 5.3 › layout › columns
Columns · Bootstrap v5.3
This can be disabled via Sass if you wish. Use flexbox alignment utilities to vertically and horizontally align columns. Change the vertical alignment with any of the responsive align-items-* classes.
🌐
Shuffle
shuffle.dev › bootstrap › classes › flexbox › align-items-*-start
Bootstrap CSS class: align-items-*-start
<div class="d-flex align-items-start"> <div class="p-2">Flex item 1</div> <div class="p-2">Flex item 2</div> <div class="p-2">Flex item 3</div> </div> <!-- responsive variations --> <div class="d-flex align-items-sm-start">...</div> <div class="d-flex align-items-md-start">...</div> <div class="d-flex align-items-lg-start">...</div> <div class="d-flex align-items-xl-start">...</div>
🌐
MDBootstrap
mdbootstrap.com › standard › vertical alignment
Bootstrap Vertical alignment - free examples & tutorial
Use align-items utilities on flexbox containers to change the alignment of flex items on the cross axis (the y-axis to start, x-axis if flex-direction: column).
Find elsewhere
🌐
Zero To Mastery
zerotomastery.io › blog › bootstrap-flexbox
Beginners Guide To Flexbox With Bootstrap | Zero To Mastery
If we use the same example as we did in Justify, .align-items-start will start at the top left corner, moving down, while .align-items-end, will start at the bottom left corner, moving up. Justify is on the horizontal axis, while Align is on the vertical axis. It's easier to grasp when you see them working, so let's get into some examples, as well as how to get the flex options to show. Bootstrap is built with Flexbox (ever since version 4), 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.
🌐
GeeksforGeeks
geeksforgeeks.org › bootstrap › bootstrap-5-flex-align-items
Bootstrap 5 Flex Align items - GeeksforGeeks
July 23, 2025 - The CSS align-items property sets the distribution of space between and around content items along a flexbox's cross-axis or a grid's block axis.
🌐
Bootstrap
getbootstrap.com › docs › 5.3 › utilities › flex
Flex · Bootstrap v5.3
Use align-items utilities on flexbox containers to change the alignment of flex items on the cross axis (the y-axis to start, x-axis if flex-direction: column).
🌐
Educative
educative.io › answers › how-to-align-right-in-bootstrap-4
How to align-right in Bootstrap 4
This is the .d-flex class in Bootstrap 4. <div class="justify-content-end">I am using justify-content-end</div> The .align-items-end class is used on Flexbox containers to align all items along its cross axis (i.e., vertically) to the right.
🌐
GeeksforGeeks
geeksforgeeks.org › bootstrap › bootstrap-5-flex-justify-content
Bootstrap 5 Flex Justify Content - GeeksforGeeks
April 10, 2024 - Bootstrap 5 Flex Justify Content aligns items along the main axis, distributing space between or around them, facilitating flexible layouts and responsive design with various alignment options.
🌐
Scaler
scaler.com › home › topics › bootstrap-tutorial › what is bootstrap flex?
What is Bootstrap Flex? - Scaler Topics
January 10, 2024 - You can align the flex items horizontally or vertically using the classes .flex-row and .flex-column respectively in bootstrap.
🌐
Bootstrap Shuffle
bootstrapshuffle.com › classes › flexbox › justify-content-*-center
justify-content-*-center - Bootstrap CSS class
Flex item 3 · You don't need to remember all CSS classes. Just use the Bootstrap Editor instead. flex-*-nowrap · flex-*-column · flex-*-row · flex-*-row-reverse · flex-*-column-reverse · flex-*-wrap-reverse · flex-*-grow-1 · flex-*-grow-0 · flex-*-shrink-1 · flex-*-shrink-0 · flex-*-wrap · justify-content-*-start · flex-fill · justify-content-*-end · justify-content-*-between · align-content-*-end ·
🌐
Modus Bootstrap
modus-bootstrap.trimble.com › docs › v2 › utilities › flex
Flex | Modus Bootstrap
September 3, 2024 - Use align-items utilities on flexbox containers to change the alignment of flex items on the cross axis (the y-axis to start, x-axis if flex-direction: column).
🌐
MDBootstrap
mdbootstrap.com › standard › horizontal alignment
Bootstrap Horizontal alignment - free examples & tutorial
Bootstrap 5 horizontal alignment utilities position elements on the x-axis. Center your content with it or align it to the start or the end of the viewport (left alignment / right alignment}.
🌐
Quora
quora.com › How-do-you-align-items-right-in-Bootstrap-4
How to align items right in Bootstrap 4 - Quora
Use .ml-auto on the nav (or first ... items to the right. ... Wrap in a container with .text-right (for inline content) or .d-flex .justify-content-end (for flex groups). ... All classes above are Bootstrap 4 utilities; use responsive variants by inserting sm/md/lg/xl as needed (e.g., .ml-md-auto, .text-lg-right, .justify-content-sm-end). ... Bootstrap is a CSS framework used to design and customize responsive, mobile-first sites. In Bootstrap 4, aligning elements to ...
🌐
Webpixels
docs.webpixels.io › css › align-items
Align Items - Bootstrap 5 Flex Utilities
Control the vertical alignment of flex items within a flex container to achieve different layouts in your app.