m |
m |
||
| Line 55: | Line 55: | ||
</div> | </div> | ||
<div class="page-header"> | <div class="page-header"> | ||
| − | <h1>The Code In Action</h1></div> | + | <h1>The Code In Action |
| + | <small> | ||
| + | <div class="alert alert-info"> | ||
| + | Below this box is what that funky code up there looks like when it is put into your post, page or content box! If all goes as planned this code will produce a 3 column layout the width of your post or page content section <span style="color:red;">(It is responsive to your website's width!)</span> | ||
| + | </div> | ||
| + | </small> | ||
| + | </h1> | ||
| + | </div> | ||
<div class="row"> | <div class="row"> | ||
<div class="span4"> | <div class="span4"> | ||
The following sections allow Grid syntax: Content Box, Content and Grid Layout. Content and Grid Layout, by default will use Wordpress's built in text editor to define the Grid, while the Content Box will use the Textarea field as the editor.
<div class="row">
<div class="span4">
<p>Here is some content in the first section of our span4 column!</p>
</div>
<div class="span4">
<p>This content is in another span4 column, and now we are at a total of 8 columns.</p>
</div>
<div class="span4">
<p>This last bit of content is also in a column that spans 4 spaces, so that brings us to the ultimate number of 12.</p>
</div>
</div>