PrabuSS Posted April 4, 2014 Share Posted April 4, 2014 Hi I would like to disable responsive mode in default prestashop 1.6 theme. Here i need desktop mode only. Please any one. Link to comment Share on other sites More sharing options...
shacker Posted April 6, 2014 Share Posted April 6, 2014 in preferences, themes you can disable the movile version, But responsive is a build in in ps 1.6 Link to comment Share on other sites More sharing options...
PrabuSS Posted April 7, 2014 Author Share Posted April 7, 2014 Thank. Is there options is available to completely removed the responsive code in version 1.6? Link to comment Share on other sites More sharing options...
selectshop.at Posted April 7, 2014 Share Posted April 7, 2014 NO not possible, cause it is a complete other technique. As schacker already told, you can only disable Mobile theme. Link to comment Share on other sites More sharing options...
shacker Posted April 7, 2014 Share Posted April 7, 2014 only thing is to edit the css and remove the @media queries for resolution less than 980 Link to comment Share on other sites More sharing options...
Guest Posted April 7, 2014 Share Posted April 7, 2014 Yes, this is the correct answer. Easiest way would be to remove all media queries for less than 1200px if you want no responsive states. Link to comment Share on other sites More sharing options...
Caballo Renoir Posted April 3, 2016 Share Posted April 3, 2016 Yes, this is the correct answer. Easiest way would be to remove all media queries for less than 1200px if you want no responsive states. Hi, I did edit the global.css file in my template and removed (commented) this: @media (max-width: 480px) { .modal {height: 500px;position: fixed;overflow-y: scroll;-webkit-overflow-scrolling: touch;} .modal.fade.in{top: 5px;} .modal-body{max-height: 2400px;} } @media (max-width: 480px) and (max-height: 500px){.modal{ height: 450px[spam-filter] @media (max-width: 480px) and (max-height: 450px){.modal{ height: 400px[spam-filter] @media (max-width: 480px) and (max-height: 400px){.modal{ height: 350px[spam-filter] @media (max-width: 480px) and (max-height: 350px){.modal{ height: 300px[spam-filter] @media (max-width: 480px) and (max-height: 300px){.modal{ height: 250px[spam-filter] @media (max-width: 480px) and (max-height: 250px){.modal{ height: 200px[spam-filter] @media (max-width: 480px) and (max-height: 200px){.modal{ height: 150px[spam-filter] So far I can still see the mobile version of my theme... Anything else I can try??? Thank you. Ernesto. Link to comment Share on other sites More sharing options...
Recommended Posts