Bootstrap is HTML, CSS, and JS framework that is used to develop responsive, mobile websites.
On desktops, the columns scale to the width of the area while on mobile devices and tablets the columns stack on top of one another.
To create group of columns, use the shortcode.
To add columns to group, use the shortcode.
This is the column This is the column.
The column will occupy the first six columns of Bootstrap while the column will fill the remaining six..
By adding the span attribute to the column shortcode, the number of Bootstrap columns that WordPress columns take up can be assigned.
The columns will take up four, six, and two of Bootstrap columns respectively.
Note The span value is ratio so if the total value of the in column group does not equal twelve, then the plugin will assign the column sizes by means of percentage...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more