Hey there plaudb,
Hope you’re well! 🙂
The theme don’t support multi-level navigation menu by default. We can modify it so it will support sub menu items if you are comfortable editing some php files and insert custom css.
Looking forward for your reply! 🙂
Take care,
Calvin
Thread Starter
plaudb
(@plaudb)
Hey calvin,
What you can help me, and what I should do, thank you
Hey there plaudb,
Hope you’re well! 🙂
I am still working out how to make the menu to have submenu. I can’t figure out this one easily. Sorry but if you are willing to wait maybe I can figure out this one.
Best Regards,
Calvin
Thread Starter
plaudb
(@plaudb)
Hello Calvin,
Well I will wait for you to help me solve the problem I’m doing, thank you very much
Hey there plaudb,
Hope you’re well! 🙂
With the help of my colleague at work he gave me a solution for this one.
I suggest you use a child theme http://codex.ww.wp.xz.cn/Child_Themes or use css custom plugin like this: https://ww.wp.xz.cn/plugins/simple-custom-css/ if you will customize your theme.
Add the code in your child theme’s style.css or using the plugin mentioned above.
#nav-bar li {
position: relative;
}
.access .menu-header ul,
div.menu ul {
position:absolute;
z-index:9999;
}
Create new file called ‘header.php’ in your child theme then add the code you will get here: https://gist.github.com/calvincanas/0606e1d6d8b5aafcd1cf
You can see it works here: http://reachadentist.com/ ( my site don’t mind the url. it is for dev purpose 😀 )
Let me know if it helps! 🙂
Take care,
Calvin