Using Grid System
This theme is based on Twitter Bootstrap 2.1. It support 12 column grid system. You can utilize this system on your website. Read documentation about bootstrap Grid system. You can also use shortcodes in your blocks or nodes with InnoCompany theme like this:
<!--one third x 3 -->
[row]
[oneThird]
[/oneThird]
[oneThird]
[/oneThird]
[oneThird]
[/oneThird]
[/row]
<!--one fourth x 4 -->
[row]
[oneFourth]
[/oneFourth]
[oneFourth]
[/oneFourth]
[oneFourth]
[/oneFourth]
[oneFourth]
[/oneFourth]
[/row]
<!--oneFifth is cannot be used since 12 grids cannot be divided equally with 5, if you want 5 columns, you can use 4 oneSixth and 1 oneFourth -->
<!--one sixth x 6 -->
[row]
[oneSixth]
[/oneSixth]
[oneSixth]
[/oneSixth]
[oneSixth]
[/oneSixth]
[oneSixth]
[/oneSixth]
[oneSixth]
[/oneSixth]
[oneSixth]
[/oneSixth]
[/row]
<!-- oneThird and twoThird-->
[row]
[oneThird]
[/oneThird]
[twoThird]
[/twoThird]
[row]
<!-- oneFourth and threeFourth-->
[row]
[oneFourth]
[/oneFourth]
[threeFourth]
[/threeFourth]
[row]