Bootstrap's grid system allows up to 12 columns across the page.
If you do not want to use all 12 columns individually, you can group the columns together to create wider columns. Any combination can be used so long as the total is 12 eg 6+6 or 3+3+6 or 2+10 even 1+5+5+1
Bootstrap's grid system is responsive, and the columns will re-arrange depending on the screen size: On a big screen it might look better with the content organised in three columns, but on a small screen it would be better if the content items were stacked on top of each other.
Try making your browser window narrower and wider (on large screens of course) to see how the layout below adapts to the screen size.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut non libero magna. Sed et quam lacus
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut non libero magna
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut non libero magna.
At vero eos similique sunt in culpa qui officia deserunt et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut non libero magna
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in feugiat.
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique suntin
The Bootstrap formatting is achieved using classes associated with HTML tags. One HTML tag that you need to be aware of is the
Column 1 content
Column 2 content
The good news is that you don't need to know how to code this HTML, the PyroCMS Page Editor does this for you. The reason you need to be aware of what is being done is that the Page Editor shows the page structure and reveals the underlying HTML tag names. So for the above code, you would actually see this:
You might use a column that contains nothing as a way of formatting layout. For example, on this page the "Next:" heading you see below as a single blank column before it.
The