SyntaxFix
Write A Post
Hire A Developer
Questions
To remove the horizontal scroll bar, use the following code. It 100% works.
html, body { overflow-x: hidden; }