Title: Two columns menu
Last modified: May 2, 2021

---

# Two columns menu

 *  Resolved [stefan2204](https://wordpress.org/support/users/stefan2204/)
 * (@stefan2204)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/two-columns-menu/)
 * Hello, is it possible to split the menu into two columns? Many Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [linux4me2](https://wordpress.org/support/users/linux4me2/)
 * (@linux4me2)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/two-columns-menu/#post-14389819)
 * If you’ve set your list’s Style to “List of links,” you can customize it to include
   columns using CSS. Doing so involves two steps:
    1. Assign a custom class to the menu container
    2. Add column-count CSS for the number of columns
 * Make sure to assign the menu container a special class to use in the CSS in order
   to restrict the custom CSS to only your menu.
 * For example, say you want to call your menu’s class “mycustomclass”. In Admin-
   > Tools -> Menu In Post Tools, enter “mycustomclass” in the “Container Class(
   es)” text box when you build your Menu In Post shortcode. If you have already
   created your shortcode, you can edit it and add:
 *     ```
       container_class="mycustomclass"
       ```
   
 * to the shortcode.
 * Next, add the following CSS to your child theme’s style.css or to Admin -> Appearance-
   > Customize -> Additional CSS:
 *     ```
       .mycustomclass {
         column-count: 2;
       }
       ```
   
 * Save your changes, clear any caching plugin and your browser cache, and you should
   be good to go.
 * For more information, see the [CSS column-count property on W3Schools](https://www.w3schools.com/cssref/css3_pr_column-count.asp).
 *  Plugin Author [linux4me2](https://wordpress.org/support/users/linux4me2/)
 * (@linux4me2)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/two-columns-menu/#post-14412444)
 * Hi [@stefan2204](https://wordpress.org/support/users/stefan2204/),
 * I haven’t heard back from you, so I am going to assume this is resolved and mark
   it as such. If you have further questions, let me know.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Two columns menu’ is closed to new replies.

 * ![](https://ps.w.org/menu-in-post/assets/icon-256x256.jpg?rev=2010745)
 * [Menu In Post](https://wordpress.org/plugins/menu-in-post/)
 * [Support Threads](https://wordpress.org/support/plugin/menu-in-post/)
 * [Active Topics](https://wordpress.org/support/plugin/menu-in-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/menu-in-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/menu-in-post/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [linux4me2](https://wordpress.org/support/users/linux4me2/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/two-columns-menu/#post-14412444)
 * Status: resolved