gracenote Posted July 28, 2014 Share Posted July 28, 2014 Yes, I'm a newbie to this code stuff. :-/ I want to make my responsive theme unresponsive. What prestashop file would I put this code into? Here's a link to the CSS code for making responsive unresponsive: http://cyberchimps.com/guide/make-responsive-unresponsive/ Thanks. Michelle Link to comment Share on other sites More sharing options...
vekia Posted July 28, 2014 Share Posted July 28, 2014 everything depends on what theme you use and what prestashop version. it's not as easy as authot of article you linked said, unfortunately. Link to comment Share on other sites More sharing options...
gracenote Posted July 28, 2014 Author Share Posted July 28, 2014 Good to know, especially with my poor knowledge of coding. I'll avoid that. I think I'll look for an unresponsive template. Thanks. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted July 29, 2014 Share Posted July 29, 2014 It is possible that you theme is using media queries to make your theme responsive. If so, you can simply comment out or remove the media queries from your theme and the theme will no longer be responsive. However, as vekia pointed out it will depend on the theme and perhaps PS version. Marty Shue Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2014 Share Posted July 30, 2014 if you will remove media queries as Marty mentioned there will be also several things to modify in .tpl files for example, some part of shops are visible only on mobile, some of them only on tablets if you will remove media queries, all of these items will be visible Link to comment Share on other sites More sharing options...
gracenote Posted August 1, 2014 Author Share Posted August 1, 2014 Thanks so much Marty and Vekia! After further discussions with my boss and other web designers, the conclusion was to keep the theme's responsiveness. =) (I am very happy about this!) Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted August 3, 2014 Share Posted August 3, 2014 You are welcome. I do believe you have made the best choice. Marty Shue Link to comment Share on other sites More sharing options...
Recommended Posts