Bootstrap Grid Examples

Bootstrap Grid Examples

 Below are some Bootstrap Grid Examples—from simple to advanced—to help you understand how the grid works.


Example 1: Basic Three-Column Layout


 

✔ On small screens → stacked
✔ On medium+ screens → 3 columns


Example 2: Responsive Layout with Different Breakpoints


 

Screen Size Layout
Mobile Stacked
Tablet 2 Columns
Desktop 4 Columns

Example 3: Mixed Width Layout


 

✔ Common in blog layouts.


Example 4: Nested Grid

 

✔ You can place rows inside columns.


Example 5: Offset Columns


 

✔ Offsets help position elements without blank columns.


Example 6: Auto Layout Columns


 

✔ Columns automatically divide equally.


Example 7: Column Ordering


 

✔ Useful to reorder content based on screen size.


🎯 Summary of What You Learned

Feature Example Shown
Basic columns
Responsive breakpoints
Nested columns
Offsets
Auto equal columns
Ordering columns

You may also like...