While I am still mastering my programming skills, I am seeking guidance on how to prevent horizontal scrolling on mobile devices. The issue can be observed on my webpage here, where the top image exceeds the device width. Despite trying numerous suggestions from this forum, I have yet to find a solution.
In an attempt to address the problem, I included
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1">
in the head section,
I also experimented with body{overflow-x:hidden}
in different configurations but unfortunately, nothing seemed to work :/