Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello,
I need some guidance on the right css snippet to adjust the sub sub menu. When you rollover the additional sub menus under main navigation button, they pop up to the right but they are pushed down so you are unable to move your mouse to the right and select that “menu item”.
I’ll send you the custom css in private that I have for the whole site. I know the theme version has updated a few times… so maybe something I have that could be conflicting as well.
Thank you!
hello,
I added this code into your custom css box:
nav .menu > li > ul.sub-menu li > .sub-menu {
top: 0 !important;
left: 100%;
}
Please check your site.
Best regards!
You must be logged in to reply to this topic.