Hello @miha71,
Would you please share a live URL from your issue?
Best Regards
Thread Starter
miha71
(@miha71)
Shahin, thank you for answering.
It is in local server (wamp).
So, when I toggle mobile menu it opens and I see only first level.
I want second level to be visible, so I do not need to click parent item in first level.
Hope I explained it well.
Hello @miha71,
Which style do you use for the header?
Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:
#mobile-dropdown ul .sub-menu {
display: block !important;
}
You can learn how to use Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS:
https://developers.google.com/web/tools/chrome-devtools/
https://developer.mozilla.org/en-US/docs/Tools
CSS Tutorial: https://www.w3schools.com/css/
Best Regards