At the time of this writing, there is a well known bug in Bootstap CSS, where an undesired horizontal scrollbar apperars on your pages. A long discussion thread about the bug can be found here
The solution that I found to work best is to add the the commant overflow-x: hidden; to the body class of your custom.css file.
body { overflow-x: hidden; }