Grid Systems

Grid System

Avenger includes Bootstrap's responsive, mobile-first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases. It includes predefined classes for easy layout options, as well as powerful mixins for generating more semantic layouts.

Extra small devices Phones (<768px) Small devices Tablets (≥768px) Medium devices Desktops (≥992px) Large devices Desktops (≥1200px)
Grid behavior Horizontal at all times Collapsed to start, horizontal above breakpoints
Max container width None (auto) 100% 100% 100%
Class prefix .col-xs- .col-sm- .col-md- .col-lg-
# of columns 12
Max column width Auto 60px 78px 95px
Gutter width 20px (10px on each side of a column)
Nestable Yes
Offsets N/A Yes
Column ordering N/A Yes

Stacked-to-Horizontal

Using a single set of .col-md-* grid classes, you can create a basic grid system that starts out stacked on mobile devices and tablet devices (the extra small to small range) before becoming horizontal on desktop (medium) devices.

.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-8
.col-md-4
.col-md-4
.col-md-4
.col-md-4
.col-md-6
.col-md-6

Combining Mobile with Desktop

Don't want your columns to simply stack in smaller devices? Use the extra small and medium device grid classes by adding .col-xs-* .col-md-* to your columns. See the example below for a better idea of how it all works.

.col-xs-12 col-md-8
.col-xs-6 .col-md-4
.col-xs-6 .col-md-4
.col-xs-6 .col-md-4
.col-xs-6 .col-md-4
.col-xs-6
.col-xs-6

Mobile, tablet, and desktop

Build on the previous example by creating even more dynamic and powerful layouts with tablet .col-sm-* classes.

.col-xs-12 .col-sm-6 .col-md-8
.col-xs-6 .col-sm-6 .col-md-4
.col-xs-6 .col-sm-4 .col-md-4
.col-xs-6 .col-sm-4 .col-md-4
.col-xs-6 .col-sm-4 .col-md-4

Fluid Offsetting

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.

.col-md-4
.col-md-4 .col-md-offset-4
.col-md-3 .col-md-offset-3
.col-md-3 .col-md-offset-3
.col-md-6 .col-md-offset-3

Nesting Columns

To nest your content with the default grid, add a new .row and set of .col-md-* columns within an existing .col-md-* column. Nested rows should include a set of columns that add up to 12.

Level 1: 12 columns
Level 2: 6 columns
Level 2: 6 columns

Column Ordering

Easily change the order of our built-in grid columns with .col-md-push-* and .col-md-pull-* modifier classes.

9
3

Responsive Same Height Columns

Avenger contains an extension of Bootstrap's responsive mobile first layout which adds same height column support with the ability to chose vertical alignment just with a few additional classes.

You have to add the classes .container-xs-height and .row-xs-height to the container and the row, and also add .col-xs-height to the columns.

<div class="container container-xs-height">
    <div class="row row-xs-height">
        <div class="col-xs-6 col-xs-height"></div>
        <div class="col-xs-3 col-xs-height col-top"></div>
        <div class="col-xs-2 col-xs-height col-middle"></div>
        <div class="col-xs-1 col-xs-height col-bottom"></div>
    </div>
</div>

If you want to restrict the effect to a certain media query, just use .col-sm-height or .col-md-height or .col-lg-height, also replacing xs in the container and in the row classes. You can also use different column sizes on each media query.

<div class="container container-sm-height">
    <div class="row row-sm-height">
        <div class="col-xs-12 col-sm-6 col-sm-height"></div>
        <div class="col-xs-6 col-sm-3 col-sm-height col-top"></div>
        <div class="col-xs-6 col-sm-2 col-sm-height col-middle"></div>
        <div class="col-xs-6 col-sm-1 col-sm-height col-bottom"></div>
    </div>
</div>

You choose the aligment of each column by using the classes .col-top or .col-middle or .col-bottom.

Only on 1200px+

.col-lg-3.col-lg-height




.col-lg-3 col-lg-height.col-top
.col-lg-2 col-lg-height.col-middle
.col-lg-4 col-lg-height.col-bottom

Only on 992px+

.col-md-3.col-md-height




.col-md-3 col-md-height.col-top
.col-md-2 col-md-height.col-middle
.col-md-4 col-md-height.col-bottom

Only on 768px+

.col-sm-3.col-sm-height




.col-sm-3 col-sm-height.col-top
.col-sm-2 col-sm-height.col-middle
.col-sm-4 col-sm-height.col-bottom

All resolutions

.col-xs-3.col-xs-height




.col-xs-3 col-xs-height.col-top
.col-xs-2 col-xs-height.col-middle
.col-xs-4 col-xs-height.col-bottom

No Gutter

By adding no-gutter to row classes, you can place the columns with no gutter. Handy for fine tuning your custom apps!

.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-1
.col-md-8
.col-md-4
.col-md-4
.col-md-4
.col-md-4
.col-md-6
.col-md-6
  • Earnings
    $22,500
  • Orders
    4,750
More Sparklines
See all activities
UI Design
12/16
UX Design
8/24
Frontend Development
8/40
Backend Development
24/48
See All
Demo Settings
Fixed Header
Boxed Layout
Collapse Leftbar
Collapse Rightbar
Horizontal Icons
Header Colors
Sidebar Colors
Boxed Layout Options