While it may seem unusual, my client has requested temporarily removing responsiveness from the site to view the desktop version on mobile. I initially tried removing the responsive meta tag, but encountered horizontal scrolls on the page. My goal is to display the website on an iPhone exactly as it appears on desktop, without any scrolling or need for zooming.
I am using Bootstrap 3 and the container has a min-width:1220px
, if that information is helpful.
Update: The issue seems to be related to a table in the page. When the table is removed, the website displays like the desktop version with smaller text. This problem only occurs on iPhones.