Exploring this example
https:// codepen.io/ducktectiveQuack/pen/mPGMRZ
I had trouble understanding the code block, so I resorted to trickery (just remove the space between the '/' and the 'c' lol)
My goal is to have the hamburger menu trigger a drop-down that remains static. Instead of shifting right and left accordingly - as it does currently. I want it to stay in place even after being clicked.
Being new to HTML/CSS and JavaScript (with some guidance from my professor), I hope you'll bear with me on what may seem like a simple query.
I thought setting 'position: fixed' or 'position: absolute' would solve the issue, but alas, not quite haha.
Thank you for your help!