UI Deploy

Curated, Short, Web UI Dev we Love.

How to center elements inside a jQuery Mobile page

So you are wondering how to center some kind of an element (for example button or image) inside a jQuery Mobile page? Well, some solutions may surprise you.

I will try to cover two distinct ways of element centering, one will handle only X axis centering while the other one will cover full page centering (X and Y axis).

view source

Advertisement