16610 Posted July 27, 2014 Share Posted July 27, 2014 (edited) Hi all, I am completely new to Prestashop and it works like a charm so far. I installed the minimal theme someone provided here on the forum. However, I find it slightly too wide and too much zoomed in. It has to be more narrow and more zoomed out. I'm looking for. (940*400px). How to fix this? Thanks. Edited July 28, 2014 by 16610 (see edit history) Link to comment Share on other sites More sharing options...
16610 Posted July 28, 2014 Author Share Posted July 28, 2014 Found it ... Just edit at line 990 in global.css .col-md-offset-11 { margin-left: 91.66667%; } } @media (min-width: 1200px) { .container { max-width: 1170px; } to .col-md-offset-11 { margin-left: 91.66667%; } } @media (min-width: 1200px) { .container { max-width: 940px; } Link to comment Share on other sites More sharing options...
Recommended Posts