Gialo Posted May 21, 2013 Share Posted May 21, 2013 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 More sharing options...
vekia Posted May 21, 2013 Share Posted May 21, 2013 hello your website is online? if so, please share the url. you use default template? What prestashop version? Link to comment Share on other sites More sharing options...
Gialo Posted May 21, 2013 Author Share Posted May 21, 2013 (edited) The url is http://tabtech.ge Yes, I use default template. I have latest version, 1.5.4 Edited May 21, 2013 by Gialo (see edit history) Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted May 22, 2013 Share Posted May 22, 2013 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 More sharing options...
Gialo Posted May 22, 2013 Author Share Posted May 22, 2013 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 More sharing options...
Carolina Custom Designs Posted May 22, 2013 Share Posted May 22, 2013 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now