CSS Columns
Provides a [columns] shortcode that gives a section of post content multiple columns using css3's column properties.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4821 days ago
Is CSS Columns abandoned?
Possibly abandoned (last update 4821 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin provides a [columns] shortcode that gives a section of post content multiple columns using css3’s column properties.
The [columns] shortcode requires a closing [/columns] shortcode and accepts the arguments count=”#” to specify the number of columns and gap=”1em” to specify the gap size between columns.
Some examples:
A simple 2 column block of columns.
[columns count=”2″]…[/columns]
A 3 column block of columns with a 2em gap in between columns.
[columns count=”3″ gap=”2em”]…[/columns]
Installation
- Download the css-columns.zip
- Navigate to the plugins page in your administrator panel.
- Click the Plugin Browser/Install link.
- Under “Install a plugin in .zip format” choose the css-columns.zip file
- Click Install Now.
- After it has installed, activate the plugin.