Title: menu depth
Last modified: August 21, 2016

---

# menu depth

 *  Resolved [mladenradev](https://wordpress.org/support/users/mladenradev/)
 * (@mladenradev)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/menu-depth/)
 * Hello,
    I’m using WP3.6.1 with Duena theme, but have problem with menu depth.
   Show only 0->1->2 levels. I need to be 0->1->2->3(->4). What can I do?

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

 *  [abellowins](https://wordpress.org/support/users/abellowins/)
 * (@abellowins)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/menu-depth/#post-4251564)
 * Hey mladenradev.
    Most theme’s navigation comes with 2 levels of depth. You can
   add the functionality yourself for the navigation you have or you can get a plguin
   to do it for you.
 *  [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/menu-depth/#post-4251567)
 * Hi,
    First of all, before make any changes I recommend you to create Deuna child
   theme and then you can put all css code in the childs theme style.css (you can
   find tutorial [here](http://codex.wordpress.org/Child_Themes)) Then add to your
   style.css in child theme next code:
 *     ```
       .navbar_inner > div > ul li li:hover > ul,
       .navbar_inner > div > ul li li.sfHover > ul,
       .navbar_inner > ul li li:hover > ul,
       .navbar_inner > ul li li.sfHover > ul {
         left: 101%;
         top: -10px !important;
       }
       ```
   
 *  Thread Starter [mladenradev](https://wordpress.org/support/users/mladenradev/)
 * (@mladenradev)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/menu-depth/#post-4251574)
 *     ```
       .navbar_inner > div > ul li li:hover > ul,
       .navbar_inner > div > ul li li.sfHover > ul,
       .navbar_inner > ul li li:hover > ul,
       .navbar_inner > ul li li.sfHover > ul {
         left: 101%;
         top: -10px !important;
       }
       ```
   
 * works fine.
 * Thanks!
 *  [Marie Grey](https://wordpress.org/support/users/marie-grey/)
 * (@marie-grey)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/menu-depth/#post-4251800)
 * I’m having the exact opposite issue. I’d like my menu to only display 2 levels
   of depth, but it’s displaying all 3.

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

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

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

 * 4 replies
 * 4 participants
 * Last reply from: [Marie Grey](https://wordpress.org/support/users/marie-grey/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/menu-depth/#post-4251800)
 * Status: resolved