Jump to content

Default theme width


Recommended Posts

Hello, Everyone!

 

I'm sorry if I'm posting in wrong place, but you should excuse me, because I'm looking for the answer for last 2 days.

I need to increase default theme's width. Everywhere I read that it must be changed in global.css like this:

 

/* global layout */

#page {

width: 980px;

margin: 0 auto 2px auto;

text-align: left

 

 

to:

 

#page {

width: auto;

margin: 0 auto 2px auto;

text-align: left

 

But I can't find these lines in global.css. Any suggestions?.. I attached my global.css file.

global.css

Link to comment
Share on other sites

I think you will need to change the width in several different places.

 

.container_9 {
   margin: 0 auto;
   width: 980px;
}

 

This is the class governing the width of the page. You will then need to change the width of several of the other divs/classes in order to accommodate the new page width (e.g. .container_9 .grid_9).

 

Hope this gets you pointed in the right direction.

 

Marty Shue

Link to comment
Share on other sites

I think you will need to change the width in several different places.

 

.container_9 {
margin: 0 auto;
width: 980px;
}

 

This is the class governing the width of the page. You will then need to change the width of several of the other divs/classes in order to accommodate the new page width (e.g. .container_9 .grid_9).

 

Hope this gets you pointed in the right direction.

 

Marty Shue

 

Thank you for your reply. I'm a little ashamed, that I'm wasting your time with such a noob questions, but I'm not very familiar with php coding. I have one more question: are all those figures in theme's global.css file, which I need to change?

Link to comment
Share on other sites

Thank you for your reply. I'm a little ashamed, that I'm wasting your time with such a noob questions, but I'm not very familiar with php coding.

 

Please do not feel ashamed. This is exactly what the forum is for :)

 

I have one more question: are all those figures in theme's global.css file, which I need to change?

 

No, these would be in new_default/css/grid_prestashop.css.

 

Marty Shue

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...