Expanding dropdown menu items on mobile
baxxos opened this issue · 7 comments
Header menu dropdown items are almost impossible to expand when using the mobile version of the page. You have to carefully tap the caret icon, which is really unintuitive and fairly difficult on some devices. In my opinion, it would be a much better solution if the menu item itself acted as the caret.
I don't know if this is really an issue or more of a design thing, however it seems like an issue to me. I had to increase the caret size as a workaround.
Best regards,
Michal
Agreed!
This worked before, after I updated the plugin it stopped working. Not happy about this.
You cannot expect users to click on the small arrow icon (caret sparkling-dropdown) to expand the menu.
@baxxos How exactly did you fix this?
@giucu91 - we need to address this.
@woeterman94 obviously, I didn't really fix it - I just slightly increased the caret size using following CSS:
.navbar-default .navbar-nav li > .caret {
/* Use higher values to increate the caret size */
border-width: 7px;
}
Also, the cursor doesn't change to pointer when hovering the caret (both desktop and mobile) so while at it, you may want to fix that too:
.navbar-default .navbar-nav li > .caret {
cursor: pointer;
}
Same problem here - would also love to have a option for expanded menu on mobile as default
Any news?
I'll be taking over this project and update accordingly once I manage to finish going through all the other WordPress themes @puikinsh has on GitHub :)
Unfortunately, I don't think this can be fixed. There was a previous update released for the menu to address another issue, specifically this one: #151
I'm afraid we can't have it both ways.