Creating custom layouts

The Bootstrap grid framework provides a very powerful grid system that is supported in iMIS. If you choose to define a custom layout, here are some basic guidelines for working with the grids:

  • Wrap each row of zones in a div with the class row.
  • Each column class should end with a number between 1 and 12. These numbers, when added together, should add up to 12 in each row and represent the portion of the row that column represents. For example, for three equal columns, each column class should end with the number 4.