I’m having problems with margin: 0 auto with my iPad. The div aligns to the left, not the center like it does on my desktop.
You can view the site here: http://www.amplify.io
The container has a width and I’ve tried a few solutions on the web but to no avail… any pointers greatly appreciated.
Might be a case of overflow happening because you don’t set a viewport for mobile devices.
Try adding:
to your HTML head to be certain. Which should set the page width to the iPad’s width and make sure no scaling is happening.