In this tutorial we show how to disable the responsive feature of the theme on mobile devices. You can do it removing all media queries in all css, but is a hard work. We can force a resolution in mobile devices to simulate a desktop view. Just add to your header.tpl before the head section the following script
And with that, you get the responsive disabled in screens less than 1400.