Tagged: x
-
AuthorPosts
-
October 22, 2016 at 1:02 am #1226295
Hi there,
Hmm, I can’t really replicate the issue. Sub menus are working fine and appearing when hovered. Are you trying to make the menu works while the popup is open? How about providing a video recording? Maybe we’re getting different menu behavior.
Thanks!
October 22, 2016 at 6:58 am #1226470The first level of submenus are working fine – then the second level of submenu pop out but when you go to select one of them, they disappear, before you get a chance to select anything
October 22, 2016 at 5:47 pm #1226776Here is a link to a screen recording of what’s happening at my end…
October 22, 2016 at 7:02 pm #1226788Hi there,
It’s because the spacing between them isn’t part of menu item, and hover is only applied on each menu item. Please add this CSS
.x-navbar .desktop .x-nav > li ul { padding: 1.75em 0 !important; left: 100% !important; } .x-navbar .desktop .x-nav > li ul > li { padding: 0 1.75em !important; }
That should fix it, cheers!
October 22, 2016 at 11:40 pm #1226966You’re a CHAMPION!
Thank you!
October 23, 2016 at 1:51 am #1227033You’re welcome! We’re happy to help you out.
If you need anything else we can help you with, don’t hesitate to open another thread. -
AuthorPosts