Jump to content

Page is too wide


Recommended Posts

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 by 16610 (see edit history)
Link to comment
Share on other sites

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

×
×
  • Create New...