codepress / column-shortcodes

Column Shortcodes for WordPress
https://wordpress.org/plugins/column-shortcodes/
15 stars 17 forks source link

Add global class #10

Closed tobiasschutter closed 10 years ago

tobiasschutter commented 10 years ago

I'm using your handy Wordpress plugin and I notice a need to change the CSS behavior of EVERYTHING involved with a column, but your plugin does not add ONE universal class to all column divs -- it only adds the specific class reflecting the specific type of column (eg, three_fourth, etc).

I would suggest adding a universal class to all, such as:

<div class="content_column one_fourth">...</div>
<div class="content_column three_fourth_last">...</div>... etc.
tobiasschutter commented 10 years ago

Will do in the next release.