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
If you mean the whole div (whole page):
margin-left: auto; margin-right: auto;