Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
The sub-menu becomes invisible as seen in the attachment titled “submenu invisible”. when i mouse over third sub-menu item.
Hello,
Please add this code into your custom css box:
nav .menu > li > ul.sub-menu {width: 200px !important;}
Let us know.
Best regards!
Hello Mihaila,
I have inputted the css in custom css but it did not work, the third level sub-menu is hides after the screen
https://creativeciti.net/layer3/
mouse over the following menu
SERVICES => MANAGED SERVICES => ENTERPRISE MOBILITY => third levels hides
Thanks
Hello,
In what screen resolution are you accessing this? Please edit the code above to this:
nav .menu > li > ul.sub-menu ul { width: 175px !important; }
nav .menu > li > ul.sub-menu {left: -55px !important;}
This should be the result. Let us know.
Best regards!
Hello,
Thanks alot the css solved the issue and it is better now
Thanks
You must be logged in to reply to this topic.