Seeking assistance from a CSS expert for a challenge I am facing.
I am currently working on a toggle menu for mobile view, and encountering issues with the submenu. Any list item placed below another one with children is not visible. Removing the parent list item with children resolves this issue, but that is not an ideal solution.
Does anyone have suggestions for a CSS fix to address this problem?
You can view the website here, where the toggle menu on mobile view is causing the issue. List items below "pages" are hidden.
Thank you in advance to those who may offer assistance in resolving this matter.
Responses:-
Essentially, my goal is for all menu items to stack regardless of whether they have children or not, similar to how they are currently displayed, but with all menu items being visible.