Woodmart mobile dropdown is arrow too small, no user will ever click on that.
-
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.
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
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.