Title: Sub-Submenu
Last modified: May 28, 2021

---

# Sub-Submenu

 *  [thalakus](https://wordpress.org/support/users/thalakus/)
 * (@thalakus)
 * [5 years ago](https://wordpress.org/support/topic/sub-submenu-2/)
 * Hello there,
    I found one bug in the Sydney-Theme. It already existed in the 
   version 1.76 and exists also now in 1.77:
 * The following scenario:
    Desktop-View -> Main Menu on the top you check for one
   menu-entry that has more sub-items. For example the main entry “products” has
   the sub-items “Computers”,”Software” and “Other stuff”. If now one of the sub-
   items also has sub-items like “computers”-> “high performance” and “medium performance”
   the following bug occurs:
 * When all the menu-items align to the right and in the last layer you go with 
   your curser on the highest “margin” of the sub-sub-menu-entry, it begins to flicker
   when you move the curser a little bit outside of the sub-sub-menu-entry. I gues
   this is triggered by the outblurring-effect when you leave the menu with the 
   curser. So it’s like if there was a “zone” in which the menu doesn’t know whether
   to appear or to vanish.
 * I saw it on multiple Sydney-Pages that were mentioned in the support-forum so
   it’s not a problem that affects only my page. I’m sure a testing environment 
   with a 3 layer menu will show the problem.
 * I’m looking forward to help you fixing it.
 * Best regards!!

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [5 years ago](https://wordpress.org/support/topic/sub-submenu-2/#post-14509458)
 * Hi,
 * ​Please accept my apologies for the delay in response. I really appreciate your
   patient.
 * Can you share a link to your website here, so I can check the issue directly.
 * Regards,
    Kharis
 *  Thread Starter [thalakus](https://wordpress.org/support/users/thalakus/)
 * (@thalakus)
 * [5 years ago](https://wordpress.org/support/topic/sub-submenu-2/#post-14509633)
 * Hello Kharis, for example it’s on this page: [Page](https://ur-windschott.de)
 * Thank you in advance
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [5 years ago](https://wordpress.org/support/topic/sub-submenu-2/#post-14522036)
 * Hi,
 * Thank you for sharing the link.
 * Try adding this CSS code to **Appearance > Customize > Additional CSS** from 
   dashboard.
 *     ```
       #mainnav li:hover > ul ul {
         left: 100%;
       }
   
       .site-header #mainnav ul li ul.sub-menu li ul.sub-menu {
         left: 100%;
       }
       ```
   
 * Let me know how it goes.
 * Regards,
    Kharis
 *  Thread Starter [thalakus](https://wordpress.org/support/users/thalakus/)
 * (@thalakus)
 * [5 years ago](https://wordpress.org/support/topic/sub-submenu-2/#post-14527339)
 * Hi Kharis,
    unfortunately it doesn’t work with that CSS code. Did you also find
   that error on the blank installation? I set un up locally and added some sub-
   sub-menu items and the error accured also there.
 * Best regards
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [5 years ago](https://wordpress.org/support/topic/sub-submenu-2/#post-14538799)
 * Hi,
 * Thank you for trying the code.
 * Perhaps I didn’t your issue correctly.
 * Can you take a screen recording showing the error and share it here? You can 
   use Google Drive to host your file and link its public link here.
 * Regards,
    Kharis
 *  Thread Starter [thalakus](https://wordpress.org/support/users/thalakus/)
 * (@thalakus)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/sub-submenu-2/#post-14541634)
 * Hello Kharis,
 * see the attached Youtube-Link:
    [https://youtu.be/E9RnsHW6Lzs](https://youtu.be/E9RnsHW6Lzs)
 * Best regards
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/sub-submenu-2/#post-14548131)
 * Hi,
 * Thank you for sharing the video.
 * Try this CSS code:
 *     ```
       #mainnav ul li ul { 
         left: 0 !important;
         padding-top: 10px;
       }
   
       #mainnav .sub-menu li a {
         padding: 8px 18px;
       }
   
       #mainnav li:hover > ul ul {
         left: 100% !important;
       }
       ```
   
 * Let me know how it goes.
 * Regards,
    Kharis
 *  Thread Starter [thalakus](https://wordpress.org/support/users/thalakus/)
 * (@thalakus)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/sub-submenu-2/#post-14548340)
 * Hello Kharis,
 * this code would work, yes.
    But as I said, it’s a Problem that occurs with all
   new installations of the Sydney Theme. I’ve seen it in all Syndey-Installations
   that have Sub-Sub-Menus.
 * Will this be implemented in the next Theme-Update?
 * Best regards!
 *  Thread Starter [thalakus](https://wordpress.org/support/users/thalakus/)
 * (@thalakus)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/sub-submenu-2/#post-14893269)
 * Hi Kharis,
    this is also some issue, that was fixed by your CSS but still remains
   and wasn’t fixed in the recent update. Maybe it’s something for the next update
   🙂
 * For example it’s also on the page of this guy (not my page):
    [https://www.ndt-bobath.pl/](https://www.ndt-bobath.pl/)
 * when you go to the menu on PC-view (in the menu the left button -> opens 3 sub-
   menu-items and when you go with the courser on the top right corner of this sub-
   menu-block, you’ll see that it “jumps”)
 * Best regards!
    -  This reply was modified 4 years, 8 months ago by [thalakus](https://wordpress.org/support/users/thalakus/).

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

The topic ‘Sub-Submenu’ is closed to new replies.

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

## Tags

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

 * 9 replies
 * 2 participants
 * Last reply from: [thalakus](https://wordpress.org/support/users/thalakus/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/sub-submenu-2/#post-14893269)
 * Status: not resolved