I have been working on a project's webpage that was initially created by another Software Engineer. After he left, I continued to work on the webpage. The issue I encountered is that he preferred a side menu over a navbar using the left-panel and right-panel method. While it looked good on desktop, when the width is reduced for mobile viewing, the side menu disappears leaving only the right-panel visible.
To address this problem, I decided to implement a navbar similar to one I used in my personal learning project (). I hope sharing the URL is permissible. This navbar transforms into a hamburger menu for mobile compatibility. However, integrating this navbar into the current project proved difficult due to the conflicting left-panel and right-panel setup. The navbar aligns with the declared left-panel but gets hidden behind the right panel. I apologize if my explanation seems vague, as navigating through the numerous .html files has been challenging for me.
The navbar menu I tried to implement can be viewed here:
My initial attempts did not yield the desired outcome. My goal is to maintain the current desktop layout established by the previous engineer while adapting a slightly different menu for mobile users - specifically, a hamburger navbar menu. Your insights and suggestions are greatly appreciated. Thank you for your assistance.