Three Column Layout

This page demonstrates a three column layout using divs and the helper class "one-third"
<div class="one-third"> The content for your first column... </div> <div class="one-third"> The content for your second column... </div> <div class="one-third"> The content for your third column... </div>

Sticky Side Column

This is an optional side bar column you can add to some or all of your pages. It can be useful for adding advertisements such as Adsense ads to be displayed on multiple pages.
When you include the side column, your main content will automatically adjust its width to accommodate it.
The side bar is 'sticky'; it will scroll down and remain in view.
You can turn on/off the side bar column per page by defining the $showSide option located at the top of each file.
# Display side menu # Change to 0 to hide side menu $showSide = 1;