Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
Menu on mobile
c3conseils
May 2016
in
Theme support
Hello,
Is it possible to always display the submenus on the mobile menu? (when the user click on the icon menu)
Comments
Albert
May 2016
Hi,
yes, it is possible. You can do this with the following css:
@media
only screen and (max-width: 767px) {
#Top_bar #menu ul li ul { display: block !important; }
}
c3conseils
May 2016
Thanks!
Albert
May 2016
You are welcome
Sign In
or
Register
to comment.
Comments
yes, it is possible. You can do this with the following css: