Currently, I am working on a website that was started by a former colleague. One issue I have noticed is that when the browser window's resolution reaches 768px or lower, the navigation transforms into a drop-down menu that appears wider than the page itself. This results in a horizontal scroll bar at the bottom, allowing users to scroll right and revealing white space next to the page.
(Attached is a screenshot of the problem)
Since I did not create this webpage from scratch, I am unsure about which code can be removed and where the source of the issue lies. I am also uncertain about what part of the code to include here.
I researched similar questions on the site, and some responses mentioned altering the "overflow" settings. However, this solution did not effectively resolve my problem. I apologize if there is another identical post to mine.
The website link is: (feel free to review the code).
Initially, I suspected the error might be within the media queries since the issue only occurs in smaller resolutions. However, I am reconsidering this theory.
I hope my explanation was clear. Thank you for your time.