Grid
Easily build your page for any screen
The ArkAdmin Theme uses the latest Bootstrap grid system which makes your application look good on any screen resolution.
Responsive Grid
Using the .col-md-*
classes for normal screens and .col-xs-*
for small screens.
Offsetting columns
Move columns to the right using .col-md-offset-*
classes.
These classes increase the left margin of a column by * columns.
For example, .col-md-offset-4
moves .col-md-4
over four columns.
Change Order
Easily change the order of our built-in grid columns with .col-md-push-*
and .col-md-pull-*
modifier classes.