I am currently developing a header navigation that consists of a logo on the left side, a profile icon on the right side, and some navigation links in the middle.
A left slide menu has been implemented to trigger when the window width is less than 700px. The code also includes a function that triggers the slide left menu upon resizing the window. However, there seems to be an issue with the main navigation shifting to the responsive menu container during window resize events.
Here's the CodePen link to the code I experimented with: