ringerce Posted February 10, 2014 Share Posted February 10, 2014 Are you going to provide a theme or option in Prestashop 1.6 that provides a fixed width rather than responsive layout? I tried disabling the responsive option under the theme preferences but that doesn't work. When I disable that option I think it should provide me the option of specifying a fixed width then you should adjust the markup, css and add respond.js according to the bootstrap documentation:Read here:http://bit.ly/M5GzDt What are your plans? If this theme is all your providing I'm sure you are going to deter many developers who aren't fans of responsive design. 2 Link to comment Share on other sites More sharing options...
Detelin Markov Posted February 13, 2014 Share Posted February 13, 2014 +1 Link to comment Share on other sites More sharing options...
webplus Posted February 14, 2014 Share Posted February 14, 2014 You can do something like this to limit the maximum page width: #page { margin: 0 auto; max-width: 1200px; } Link to comment Share on other sites More sharing options...
Law2602 Posted March 25, 2014 Share Posted March 25, 2014 +1 1 Link to comment Share on other sites More sharing options...
hideaki Posted May 19, 2014 Share Posted May 19, 2014 thanks for the share! it's very resourceful! +1 for not being a fan of responsiveness! 1 Link to comment Share on other sites More sharing options...
rossw14 Posted February 4, 2015 Share Posted February 4, 2015 Hi,is there any chance the fixed files are available to download? so i can then upload them straight to my site?i am really having trouble trying to disable the responsivness. If anybody can help that would be great. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts