• Resolved peppe02

    (@peppe02)


    After updating Ignis (Version: 1.0.6) the sub-sub-menu overlap each other (sub-sub-items on desktop view). Somebody any ideas to fix this?

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter peppe02

    (@peppe02)

    Add: I ment the sub-sub-menu under ‘projects’. Thanks for any help.

    Hi,

    I am sorry to hear about the issue caused.

    To fix it, try adding this CSS code to your website’s Additional CSS.

    
    @media only screen and (min-width: 1200px) {
    
      .main-navigation ul.sub-menu li ul.sub-menu {
        top: 150%;
        left: -999em;
        opacity: 0;
      }
    
      .main-navigation ul.sub-menu li:hover > ul.sub-menu,
      .main-navigation ul.sub-menu li.focus > ul.sub-menu {
        top: 0;
        left: 100%;
        opacity: 1;
      }
      
    }
    

    I hope that helps.

    The permanent fix will come in the future versions update of the theme.

    Regards,
    Kharis

    Thread Starter peppe02

    (@peppe02)

    Dear Kharis,

    Thanks for the effort and code. But it doesn’t work; nothing changes.
    Another suggestion would be more than welcome.

    Love the theme by the way.

    Thanks,
    Peppe

    Hi,

    As checked from your website’s source code, you’re currently having a cahce that should be flushed each time adding new code to your website.

    Regards,
    Kharis

    Thread Starter peppe02

    (@peppe02)

    Hi!

    I deleted all cache (through WP Super Cache-plugin). With the additional code in css the sub-sub-menu disappears.
    Still not working, but maybe I’m missing something here?

    Regards,
    Peppe

    Thread Starter peppe02

    (@peppe02)

    Ah, the sub-sub-menu hasn’t disappeared, it just ‘fell of’ the screen; it was not visible.
    Try to figure that out.

    Thanks.

    Thread Starter peppe02

    (@peppe02)

    Hi,

    I made some adjustments in css and I’m almost there. But I can not figure out how to get the text of the menu’s to align left of the dropdown frame.

    Any ideas?

    Thanks!
    Peppe

    Hello Peppe,

    We released a new version of the theme that fix the mentioned issues. Please update the theme to see the new changes.

    We hope this helps!

    Kind Regards,

    Rodrigo.

    aThemes Support

    Thread Starter peppe02

    (@peppe02)

    Hi Rodrigo,

    Thanks!

    Regards,
    Peppe

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Subitems drop down overlap’ is closed to new replies.