Adds Genesis (old bootstrap) column classes to widgets.
As easy as it gets. Add column classes to widgets with a select box, check wether the widget is the first, and save!
I've built this plugin for the Genesis Framework, though it will work with any theme that uses the (old) Bootstrap column classes.
Allows you to change the available column classes
Parameters: array
Default column classes.
Return: array
Array of column classes.
Change the capability required to modify column classes.
Since 1.2.2
Default: edit_theme_options
Parameters: string
The default capability.
Return: string
The new capability.
You can use these filters inside your theme functions.php file or in a plugin.
Installation of this plugin works like any other plugin out there. Either:
- Upload the zip file to the '/wp-content/plugins/' directory
- Activate the plugin through the 'Plugins' menu in WordPress
Or search for "Genesis Widget Column Classes" via your plugins menu.