Home Forums WoodMart support forum Woodmart mobile dropdown is arrow too small, no user will ever click on that.

Woodmart mobile dropdown is arrow too small, no user will ever click on that.

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

    larsnielsengm
    Participant

    Mobile menu: The littel arrow on the right is too small, no user will ever click on that.

    So unfold the dropdown should work on both the text and the arrow – see attachment

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

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for Mobile section for arrow size.

    .mobile-nav .wd-nav-opener:after {
        font-size: 20px !important
    }

    Try to add the following code in Theme Settings > Custom JS.

    jQuery('.mobile-nav').on('click', '.wd-nav-mobile li.menu-item-has-children > a', function(e){
       e.preventDefault();
       jQuery(this).parent().find('> .wd-nav-opener').click();
    });

    Best Regards

    #603387

    larsnielsengm
    Participant

    works – thanks a lot

    #603406

    Most Welcome šŸ™‚

    If you wouldn’t mind, we would greatly appreciate it if you could take a moment to leave a 5-star rating for our theme by visiting http://themeforest.net/downloads. Your feedback helps us continue to improve, release new updates, and provide dedicated support in the future.

    Additionally, if you’re satisfied with my assistance, Iā€™d be grateful if you could kindly mention my name, Aizaz, in your review. Your support means a lot to us.

    Wishing you a great day ahead!

    Topic Closed.
    Best Regards.

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