Maybe my question will be somehow odd but my client wants to remove responsiveness for some time from the site, and see desktop version in mobile.
First I've removed responsive meta tag, but get horizontal scrolls in page. What I want is to see my website on iPhone as I see it in desktop, without any scrolls or zoom.
I use bootstrap 3 and my container has min-width:1220px
, if this will help.
Update: The problem is from table, when I remove table from the page, the website view is rendered as in desktop (with smaller text, etc). And this problem occurs only on iPhone.