モバイル端末で閲覧したときに、右側に不要なマージンが発生するバグ(主にchrome )がありました。
Quick Fix
responsiveness.cssを開き、最終行に以下のスタイルルールを追加してください
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){ html, body{ width:100%; overflow-x:hidden; } }
このバグは、次のバージョンで修正予定です。