lechowski / 13.11.2021

Disable responsive theme on mobile devices in PrestaShop

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.