Drop Down Menu / Posts /

can menu be Always Open on mobile?

0

Hi. Is there a way to keep the mobile menu in an "always open" position, without the user needing to click the icon to expand the dropdown menu?

Greg  8 years ago   viewed: 3712    

1 Answer

0

Yes you can. Just open the ddmenu.js file, and in the mobile query block, set the drop down as {display: block!important;}. For example:

@media only screen and (max-width: 480px) {

    #ddmenu .dropdown { display:block!important; }

}

The important keyword will disable the JavaScript display inline settings.

Maria   8 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: