Title: Information
Last modified: August 22, 2016

---

# Information

 *  [plaudb](https://wordpress.org/support/users/plaudb/)
 * (@plaudb)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/information-3/)
 * Dear Support WP,
 * Things I want to ask is how to create a sub menu items dorp down in modern tamplate
   notepad ver.3.1.2, please help, thank you.

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

 *  [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/information-3/#post-5716927)
 * Hey there plaudb,
 * Hope you’re well! 🙂
 * The theme don’t support multi-level navigation menu by default. We can modify
   it so it will support sub menu items if you are comfortable editing some php 
   files and insert custom css.
 * Looking forward for your reply! 🙂
 * Take care,
    Calvin
 *  Thread Starter [plaudb](https://wordpress.org/support/users/plaudb/)
 * (@plaudb)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/information-3/#post-5716935)
 * Hey calvin,
 * What you can help me, and what I should do, thank you
 *  [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/information-3/#post-5717233)
 * Hey there plaudb,
 * Hope you’re well! 🙂
 * I am still working out how to make the menu to have submenu. I can’t figure out
   this one easily. Sorry but if you are willing to wait maybe I can figure out 
   this one.
 * Best Regards,
    Calvin
 *  Thread Starter [plaudb](https://wordpress.org/support/users/plaudb/)
 * (@plaudb)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/information-3/#post-5717235)
 * Hello Calvin,
    Well I will wait for you to help me solve the problem I’m doing,
   thank you very much
 *  [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/information-3/#post-5717250)
 * Hey there plaudb,
 * Hope you’re well! 🙂
 * With the help of my colleague at work he gave me a solution for this one.
 * I suggest you use a child theme [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
   or use css custom plugin like this: [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
   if you will customize your theme.
 * Add the code in your child theme’s style.css or using the plugin mentioned above.
 *     ```
       #nav-bar li {
       		position: relative;
       }
   
       .access .menu-header ul,
       div.menu ul {
       	position:absolute;
       	z-index:9999;
       }
       ```
   
 * Create new file called ‘header.php’ in your child theme then add the code you
   will get here: [https://gist.github.com/calvincanas/0606e1d6d8b5aafcd1cf](https://gist.github.com/calvincanas/0606e1d6d8b5aafcd1cf)
 * You can see it works here: [http://reachadentist.com/](http://reachadentist.com/)(
   my site don’t mind the url. it is for dev purpose 😀 )
 * Let me know if it helps! 🙂
 * Take care,
    Calvin

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

The topic ‘Information’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/modern-notepad/3.1.2/screenshot.
   png)
 * Modern Notepad
 * [Support Threads](https://wordpress.org/support/theme/modern-notepad/)
 * [Active Topics](https://wordpress.org/support/theme/modern-notepad/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/modern-notepad/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/modern-notepad/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/information-3/#post-5717250)
 * Status: not resolved