« See all FAQs for Stacker - Responsive HTML5/CSS3 Mobile Template
Redirecting using width?
To redirect site according to width of device, use this script at the top of your header
<script type="text/javascript">
<!--
if (screen.width <= 768 {
document.location = "mobile.html";
}
//-->
</script>








