How Do I Create a Multi Column Menu in WordPress?

Creating a multi column menu in WordPress is a breeze. All you need is a little bit of CSS and some WordPress hooks. Here’s how to do it:

1. Create a new file called menu.

css and place it in the themes folder.

2. In this file, add the following code:

.menu { width:100%; float:left; }

3. Next, add the following code to the wp-admin/css/styles.css file:

4. Finally, add the following code to the plugin_settings.php file:

add_action(‘admin_menu’, ‘menu_setup’);

That’s it! Your multi column menu is ready to go.