The off canvas menu is too large and it is too far to the left side.
Comparing with your demo template, the values #gk-menu-overlay-wrap css properties margin & max-width was off.
for the iphone it should be around 300px max width during portrait view the margin should be -160px instead of -320px. But on my template the max-width is set to 640px and margin is -320px when using phone viewports.
On the landscape view of the phones, it's correct.