Global Settings
Custom columns
2 min read
_nbHBXnlc.jpg)
What is a breakpoint?
- md (≥768px) means the layout settings will apply when the screen width is 768px or larger.
- If the screen is smaller than 768px, a smaller breakpoint (such as mb) will apply instead.
| Breakpoint | Maximum width (.container) |
|---|---|
| mb (≥576px) | 540px |
| md (≥768px) | 720px |
| lg (≥992px) | 960px |
| xl (≥1200px) | 1140px |
| xxl (≥1400px) | 1320px |
How to set up custom columns
- Format:
breakpoint:number - Example:
mb:1,md:2,lg:3,xl:4,xxl:5

- Mobile (mb): 1 column
- Tablet (md): 2 columns
- Laptop (lg): 3 columns
- Desktop (xl): 4 columns
- Large screens (xxl): 5 columns
Supported sections for custom columns
Last updated