I have a webpage and I'm using Jquery mobile.
I have an image and un text and I would like to center the content in my page horizontaly and verticaly, and when I modify the width of the window, the content should adapt.
Here is an example :
In the example, the content adapt correctly, but it's not centered. if I set the style of my content div to :
style="position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;width: 500px;"
To my div, the content is centered but no longer adapt...
Can you update my jsfiddle to do what I need ?