Reputation: 1049
in my page using jquery mobile I have a div
and I would fixed the width without it depends to the devices where it is showed.for example in my iphone the div is showed correctly because the screen is small while in my ipad the div takes all the screen and it is really bad...how can I fixed its position?
Upvotes: 0
Views: 69
Reputation: 864
This is just general but you want to look at CSS 3 media queries to customize your layout specific to a device.
Upvotes: 0