Home Forums WoodMart support forum Issues occurring in menu

Issues occurring in menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #112879

    brandcatmedia
    Participant

    Hi

    i facing a issues in mobile responsive when the menu is been click there are some dropdown in which it get open only on click the arrow but i need it should be open on the click of the menu text i have gne through ever setting but i am not able to find anything helpful

    So please give me the solution on this asap

    Thank you
    Sajid

    Attachments:
    You must be logged in to view attached files.
    #112890

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom JS area on document ready in Theme Settings

    jQuery('.mobile-nav').on('click', '.site-mobile-menu > li > a', function(e){
    	e.preventDefault();
    	jQuery(this).parent().find('.icon-sub-menu').click();
    });

    Regards

    #112901

    brandcatmedia
    Participant

    Thank you! it is work.

    #112926

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Issues occurring in menu’ is closed to new replies.