Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #336583
    nnicorescu
    Participant

    Hello,

    Is there any way to hide submenu on mobile.

    I like desktop version that made auto-drop submenu section when put cursor on. On mobile i need to click on menu to drop submenu section.

    I have to many submenu a that issue made a very long mobile menu.

    <!—-><div style=”text-align: center;”><!—-><!—-></div>

    Thank you

    Nicos

     

    #336587
    sujeet
    Keymaster

    Hello Nicos,

    Can you please share your website URL so that we can give a solution? Thank you.

    Kind Regards,
    Sujeet

    #336588
    nnicorescu
    Participant

    Hello,

     

    Thank you.

    http://www.stirimeteo.com

    Nicos

    #336589
    sujeet
    Keymaster

    Hello Nicos,

    Thank you for the URL.

    You can please try adding the following css code to “Appearance => Customize => Additional CSS”

    
    @media screen and (max-width: 990px) {
    .sidr ul li ul {
        display: none;
      }
    }

    Please let me know if this worked. Thank you.

    Kind Regards,
    Sujeet

    • This reply was modified 3 months ago by sujeet.
    • This reply was modified 3 months ago by sujeet.
    • This reply was modified 3 months ago by sujeet.
    • This reply was modified 3 months ago by sujeet.
    #336597
    nnicorescu
    Participant

    Hello,

     

    Thank you.

    Do the job somehow …and is show only penu options but you can’t colapse menu to uncover all submenu options :(.

    Nicos

    #336609
    sujeet
    Keymaster

    Hello Nicos,

    The CSS code only hide sub-menus in mobile which you preferred to do.
    Do you want anything different? Please let me know.

    Kind Regards,
    Sujeet

    #336610
    nnicorescu
    Participant

    Hello,

     

     

    Yes i want to press menu and to colapse and view submenu by request.

     

    Thank you,

    Nicos

     

    #336611
    sujeet
    Keymaster

    Hello Nicos,

    I am sorry to let you know that the theme has no such feature of hiding and showing sub-menus by request for mobile.

    Kind Regards,
    Sujeet

    #336614
    nnicorescu
    Participant

    Hello,

    Can you add this on future updates?

    Thank you

    #336615
    sujeet
    Keymaster

    Hello Nicos,

    We will let you know and update you on this. Please have patience. Thank you.

    Kind Regards,
    Sujeet

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.