I've been tearing my hair out trying to figure out why my pages based on Bootstrap responsive have an extra 25-30px on the right side. I started to remove parts of my code one by one, until I was left only with the fluid nav bar and the Facebook SDK. Once I then removed the Facebook JS SDK reference, the padding on the right side disappeared.
You can see this here: *FB JS SDK included, extra right side padding:* https://dl.dropbox.com/u/571515/chewsy/Test/FB-with.htm *If you remove the FB JS SDK, it works as expected (no padding on right side):* https://dl.dropbox.com/u/571515/chewsy/Test/FB-without.htm Since I need the Facebook JS SDK for the like buttons on my page, how can I work around this?
