I\'ve got this irritating horizontal scroll on my bootstrap page. Can\'t figure out what is making it behave like this or what to do about it?
JsFiddle link: http:/
Writing:
html, body { max-width: 100%; overflow-x: hidden; }
in your CSS, is a way to solve this issue