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.
margin: 0 auto
div
You can view
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.