Hi
I have a page structure similar to
About us
- This thing
- That thing
- Another thing
On desktop, with a ‘navigation inline’ menu, this works fine because ‘on hover’ expands the menu but clicking ‘about us’ takes you to that page.
However on mobile (with the ‘navigation collapsed’ element) obviously there’s no ‘on hover’. Clicking ‘about us’ opens/closes the menu so there is no way to navigate to ‘about us’. As far as I can tell there’s no way to change this behaviour?
I could create a menu specially for ‘no on hover’ situations but then I’d display…
About us
- About us
- This thing
- That thing
- Another thing
