• Resolved JLee

    (@foliumpartners)


    The responsive menu does not work properly for phones. At this size, tapping the name of a parent menu does nothing. Only if the user taps the tiny little + sign will the submenu open. In the following example, I have three items subordinate to Committees and to Events, which are just Custom Links with no link (both of those are just a grouping name for their subordinate menu items).

    MAIN MENU
    – Home
    – Committees
    –– Social
    –– Budget
    –– Management
    –Events
    –– See All
    –– Create an Event

    In other themes, the submenu title is also tappable and will expose the subordinate menu items, but not this theme.

    Is this a bug? Is there a workaround?

    • This topic was modified 8 years, 1 month ago by JLee.
    • This topic was modified 8 years, 1 month ago by JLee.
Viewing 1 replies (of 1 total)
  • ThemeSumo

    (@themesumo)

    That is a very small target to hit, you can increase the area that is clickable by adding this to your Child Theme style.css file, or by using a Custom CSS plugin.

    .slicknav_arrow {
        padding: 10px;
    }

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Menu for phones doesn’t match expected behaviors’ is closed to new replies.