I am facing some challenge in solving this. I have created a theme which is responsive. So it fits any device with any resolution. My client wants it to be non-responsive. Which means the way it shows in desktop, it should show the same way everywhere.
Everything is fine except when i open the site on phone, it shows scrollbar (which it should because its fixed width) but i want it to zoom-out and fit the screen. I have seen a lot of answers which says to use viewport in the below way:
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
But that didn't work. If i zoom out manually from my iphone, it works perfect.
I have set the width of the container as 1230px. I cannot set this to 100%. Is there any way to achieve this ?
Demo site: http://fixar.co.uk/