How to Use the Grid

[edit] Please Note

These docs are now deprecated, we have a new Support area located here

Revision as of 23:39, 11 May 2012 by Henry (Talk | contribs)

The Grid


In PageLines Framework 2.2, we have added more functionality from bootstrap -- an adaptation of their scaffolding system, The Grid. The Grid allows you to build a highly customizeable, reponsive layout with simple syntax. You can view an example of the Grid in use at the PageLines 2.2 Demo Site
The Syntax
<div class="row">
  <div class="span4">
    <p>...</p>
  </div>
  <div class="span4">
    <p>...</p>
  </div>
  <div class="span4">
    <p>...</p>
  </div>
</div>

This code will produce a 3 column layout the width of your post or page content section (It is responsive to your website's width!)
Place Holder
Placeholder image for ScrollSpy Content sreenshots