Please view FAQ Page for more detailed information on how to use this plugin and Precise Columns shortcode parameters...
Precise Columns icon within WordPress Visual Editor, and the column layouts presented when clicked..
When editing pages, posts or other custom post types, you will now see Precise Columns icon within Visual Editor.
What are the `precise-columns` shortcode paramters break this defines the responsive breakpoints for your column layout break= 59,479 used with the col4 shortcode means your 4-column layout will switch to two rows of two columns when your window resolution is 959 pixels or lower.
And your 4-column layout will switch to fours rows of one column each when your window resolution is 479 pixels or lower. gap this defines the gap space between each in your column layout gap=,5,8 means that in 4-column mode the gap between each column is 3% of your page width.
In 2-column mode the gap between each column is 5% of your width, and in 1-column mode the gap between each column is 8% of your container width. wrap padd this defines padding space around your column layout wrap padd=,2 means that above and below your layout there will be padding of 5% of your container page width.
There will also be padding left and right of your layout of 2%. align defines how the content within each column is aligned horizontally align='center means content is center-aligned horizontally.
This is useful if you want to add your own custom CSS style to your column layout strip tags use this to remove any 'paragraph and 'break tags defined within your layout.
This feature will allow you to layout your shortcode content within WordPress Visual Editor to be more readable by other users...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more