1180px Shortcodes

1180px shortcodes gives you simple shortcodes to use the 1180px css grid system.

Author:Chris Blackwell (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:4.0.0
Plugin version:1.1.1
Added to WordPress repository:06-04-2013
Last updated:07-09-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://1180px.com
Total downloads:1 893
Active installs:10+
plugin download
Click to start download

The 1180 grid system is a 12-column grid, so all column spans must add up to 12.

For example, you can gave [span col="8"] and [span col="4"] in the same row, or you can have three [span col="4"] for a 3-column layout.

To keep things well spaced out, and for automatic clearing of the floated columns, wrap your span shortcodes in a row shortcode like the example below.

Example 3 column grid
[row]
    [span col="4"]
        Column One
    [/span4]

    [span4 col="4"]
        Column Two
    [/span4]

    [span4 col="4"]
        Column Three
    [/span4]
[/row]
Adding classes to the row

You can add optional classes to the row shortcode. You can also set the class to flexbox, for full flexbox support in browsers. If the browser does not support flexbox, it will fallback to floats.

Examples

[row class="flexbox"]

[row class="flexbox someOtherClass anotherClass"]

ChangeLog