Having created a website with HTML and CSS, I have successfully implemented various effects such as parallax scrolling and a transparent navbar. However, I am currently facing an issue with making my Navbar responsive. Despite all the elements working properly, the hamburger menu is positioned too far to the left. Whenever I try to adjust its position, it ends up not functioning correctly.
https://i.sstatic.net/aai3X.png
The positioning of the hamburger menu is causing it to be very close to the top of the screen and off to the far-left side, even extending past the logo. My goal is to have it remain on the right side regardless of the screen size, moving along with any adjustments made to the screen.
This is an excerpt from my CSS code:
/*CSS code snippet*/
/*Head section code*/
Seeking assistance in aligning the hamburger menu to the right-hand side of the screen. Any insights or suggestions would be greatly appreciated. Thank you!