Quote Originally Posted by RixStix View Post
Not quite so easy to do on an Android tablet but here it is

Code:
<link rel="stylesheet" type="text/css"  href="includes/templates/winchester_responsive/css/stylesheet.css"  />
<link rel="stylesheet" type="text/css"  href="includes/templates/winchester_responsive/css/stylesheet_flex.css"  />
<link rel="stylesheet" type="text/css"  href="includes/templates/winchester_responsive/css/stylesheet_responsive_tabs.css"  />
<link rel="stylesheet" type="text/css"  href="includes/templates/winchester_responsive/css/index_home.css"  />
<script src="https://ajax.googleapis.com/ajax/lib.../jquery.min.js"   type="text/javascript"></script>
<link rel="stylesheet" type="text/css"  href="includes/templates/winchester_responsive/css/responsive.css" />
<link  rel="stylesheet" type="text/css"  href="includes/templates/winchester_responsive/css/responsive_default.css" />  
<script  src="includes/templates/winchester_responsive/jscript/css_browser_selector.js"  type="text/javascript"></script> 
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"  rel="stylesheet" />
UA string using http://demo.mobiledetect.net/
Mobile_Detect v. 2.8.0
The lightweight PHP class for detecting mobile devices.
This is a tablet. Your UA is Mozilla/5.0 (Linux; Android 4.2.2; SM-T310 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36

mobile_detect.php
line 179 ..... SM-T310

Doesn't appear that mobile_detect.php is seeing SM-T310 in the UA string
OK, so mobile detect is detecting the tablet as a tablet, this is good and working correctly. SM-T310 shouldn't matter because your test returns This is a tablet.

The problem, looking at the files listed from the "view page source" above, is that the responsive_default.css file is being called and not the responsive_tablet.css file.

Have you made any changes to the html_header.php file