html - Turn off responsive for small resolution devices -


how turn off responsive design small resolution devices? responsive looks terrible when trying access phone. more @ screenshots. phone desktop

the way restrict responsive style sheet loading on smaller devices eg

<link rel="stylesheet" media="screen , (min-device-width: 800px)" href="css/bootstrap-responsive.css" />


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -