-
-
Hello, there are two menu issues.
1 problem, desktop (here is similar https://support.codeless.co/?topic=drop-down-menu-problems):
I want the menu to go to the right. In the example above, the final proposed solution only works for the main page, it also hides the wordpress admin bar.
2 problem, mobile version:
Menu containing submenus only extends / collapses submenus but can not be opened
Example: https://thewebflow.com/cdart.eu/ -
Hello,
1. About the menu on the on the right you have to add this custom css L
nav:not(.cl-dropdown-inline) .menu > li > ul.sub-menu { top: 22% !important; left: 180px !important; } nav .menu li ul.sub-menu li ul.sub-menu { top: -16px !important; }
The submenu to be resolved we will need your wp creds so we can edit the main.js file or you can wait until our next update.
Let us know.
Regards!
-
Hello,
I use a link from the link in p.1 with the same problem.
To visualize what’s happening after entering the code from you.
https://drive.google.com/file/d/1eDoBQKg719KXFVAbpvXx0xzaKSsNbsIi/view
Regards, Nikola.
-
Hello,
Please can you add also this custom css:
main#main{z-index:-9; position:relative;} nav:not(.cl-dropdown-inline) .menu > li > ul.sub-menu{position:absolute; z-index:9999}
Let us know.
Regards!
-
Hello, now the menu looks good.
But after the application of: “main#main{z-index:-9; position:relative;}”
the gallery can not be used.
Here you can see the result.
-
Hello,
Please try to remove the position relative from the line above:
@media (min-width: 992px){ main#main { width: 85%; position: absolute !important; z-index:-9; } }
Let us know.
Regards!
-
-
You must be logged in to reply to this topic.