css - Displaying responsive website on mobile devices exactly the same as on desktops -


i have problem following website

www.tylkomarkowa.pl

basically it's responsive (bs 3.0), loads of custom queries. remove reponsiveness site, it's difficult. wonder if there way force mobile devices show full site, looks on desktops, without div stacking etc.

i've tried viewport width=1200 , higher doesn't work @ all. have 1200px container on mobiles, if horizontal scrolling necessary. idea? thank you. i'm stuck. i've tried fixing width on container doesn't work too.

firstly, removing responsiveness website terrible idea. drastically impact seo you've never seen before, google update coming april 21st take how mobile-friendly website very seriously.

now i've made point, i'll show few steps can take remove feature.

firstly, webkit browser, open debugging console, go sources tab. there, hit ctrl+shift+f allow search through of source file. type "@media", , list occasions of @media query {} - responsive magic happens.

i've added screenshot can see result. here can see there 327 occurrences. take long time rid of, first step making site mobile headache.

then, intuition told you, must keep viewport wide. seems simple changing min-width: 240px min-width: 1200px in global.css on line 6689.

this should or of work ahead of fuck mobile visitors' experience :) hope helps!

enter image description here


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -