Download This Plugin | |
Download Elegant Themes | |
Name | Columnizer |
Version | 3.3.1.150 |
Author | Tristan Chambers tristan.chambers@gmail.com |
Rating | 80 |
Last updated | 2012-09-07 04:24:00 |
Downloads |
3869
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Columnizer plugin added 16 kB of resources to the Home page and 16 kB of resources to the sample Post page.
Columnizer plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Columnizer plugin ads no tables to your Wordpress blog database.Columnizer is a jQuery based Wordpress plugin that formats your content into columns. All you need to do is embrace your content in a single set of shortcodes denoting the number of columns you'd like. Like this:
[threecolumns]
Lorem ipsum...vitae nunc.
Curabitur fringilla...consectetur arcu.
Proin id...pretium eros.
etc...
[/threecolumns]
The rest is taken care of for you. Just write out the number of columns (up to twelve) followed by the word 'columns' with no space (as above) and your column formatting needs will be satisfied most splendidly. Other column plugins need you to divvy up the content between sets of tags. Columnizer does it for you!
To customize the margins between columns edit columnizer.css. Alternatively you could override the rules in your own css file by adding an extra level of hierarchy. Something like this:
#main #columnizer .first div {
margin-right: 8px; /*changed spacing to 8px*/
margin-left: 0 !important;
}
#main #columnizer .last div {
margin-left: 8px; /*changed spacing to 8px*/
margin-right: 0 !important;
}
#main #columnizer .column div {
margin-left: 8px; /*changed spacing to 8px*/
margin-right: 8px; /*changed spacing to 8px*/
border-left: 1px solid grey; /*new rule to add slick dividers*/
border-right: 1px solid grey; /*new rule to add slick dividers*/
}
WP Columnizer is based on the jQuery plugin "Columnizer" by Adam Wulf.