By default, columns are only activated from tablet onwards. This means columns are stacked on top of each other on mobile.
If you want columns to work on mobile too, just add the is-mobile
modifier on the columns
container:
Columns responsiveness
Handle different column layouts for each breakpoint
Mobile columns #
1
2
3
4
If you only want columns on desktop upwards, just use the is-desktop
modifier on the columns
container:
1
2
3
4
Different column sizes per breakpoint #
You can define a column size for each viewport size: mobile, tablet, and desktop.
is-half-mobile
is-one-third-tablet
is-one-quarter-desktop
1
1
1
1
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub