jpickup / mvoc-iconic-one-theme

Child theme of Iconic One for the MVOC website
0 stars 0 forks source link

Menu doesn't work on the Events page when rendered for mobile #2

Closed jpickup closed 1 month ago

jpickup commented 1 month ago

Fixed using some custom CSS:

@media screen and (max-width: 767px) { .themonic-nav ul { z-index: 99; } }

This resolves the rendering but does reveal another problem that's not easily solved - to open (and close) menus on mobile you need to tap so any menu item that isn't a leaf item can never open a link.

For events I've solved this by adding an "All Events" sub-menu under events. Other non-leaf menus with this problem are "Results" and "Home".

jpickup commented 1 month ago

Menu structure updated to avoid this.