How do I maintain same website layout at all zooms and browsers?

I am very new to web designing and my site is almost about to be live. http://cloudchowk.com/future/ But I have some serious issues found at the very last moment. When my site is zoomed in or out, the contents are being misaligned at some certain percentage of zoom. Also my footer gets misaligned to its left when viewed normally in iPad and iPhone. I think firebug and chrome inspector will help you if you need my code because I don't know what code to insert here specifically. Any help is much appreciated.

Upvotes: 0

Views: 257

Answers (1)

Moin Zaman
Moin Zaman

Reputation: 25445

You can't do that for all possible browsers / devices.

There is no programmatic way to lock your site so that no browser will be able to zoom it.

Upvotes: 1

Related Questions