Subitems drop down overlap
-
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]
-
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,
KharisDear 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,
PeppeHi,
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,
KharisHi!
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,
PeppeAh, the sub-sub-menu hasn’t disappeared, it just ‘fell of’ the screen; it was not visible.
Try to figure that out.Thanks.
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!
PeppeHello 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
Hi Rodrigo,
Thanks!
Regards,
Peppe
The topic ‘Subitems drop down overlap’ is closed to new replies.
