There is an annoying horizontal scroll bar appearing at the bottom of my HTML page:
https://i.sstatic.net/n0sNw.png
I have attempted to fix it using this code snippet:
body {
width: 900px;
margin: auto;
overflow-x: hidden;
}
Unfortunately, the issue persists.
You can access the complete page structure here. To see the page live, click here.