Title: Main menu depth
Last modified: August 21, 2016

---

# Main menu depth

 *  [johnycorp](https://wordpress.org/support/users/johnycorp/)
 * (@johnycorp)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/main-menu-depth/)
 * Hello!
 * I’m using the Naturefox theme (1.0.10) in WordPress (3.5). Have a little problem.
   In main menu, one sub-menu not appear.
    MAIN MENU: menu1 menu2 menu3 -sub2_1 (
   OK) -sub2_1_1 (OK) -sub2_1_1_1 (Not appear)
 * Trying edit the following line in the naturefox theme header.php:
 *     ```
       <div class="header-menu">
       		 <?php wp_nav_menu( array('fallback_cb' => 'naturefox_page_menu', 'menu' => 'primary', 'depth' => '5', 'theme_location' => 'primary', 'link_before' => '<span><span>', 'link_after' => '</span></span>') ) ; ?>
         </div>
       ```
   
 * But not working.
    Anyone a idea?
 * Thank you.

Viewing 1 replies (of 1 total)

 *  [Bytebitten](https://wordpress.org/support/users/bytebitten/)
 * (@bytebitten)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/main-menu-depth/#post-3808675)
 * Check the CSS file (style.css).
 * There you find “.header ul.menu li” and “.header ul.menu li ul li”.
    The first
   is for -sub2_1 and the second for -sub2_1_1
 * You will have to create a “.header ul.menu li ul li ul li” yourself for -sub2_1_1_1

Viewing 1 replies (of 1 total)

The topic ‘Main menu depth’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/naturefox/1.0.13/screenshot.png)
 * NatureFox
 * [Support Threads](https://wordpress.org/support/theme/naturefox/)
 * [Active Topics](https://wordpress.org/support/theme/naturefox/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/naturefox/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/naturefox/reviews/)

## Tags

 * [depth](https://wordpress.org/support/topic-tag/depth/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bytebitten](https://wordpress.org/support/users/bytebitten/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/main-menu-depth/#post-3808675)
 * Status: not resolved