westmerch Posted April 8, 2010 Share Posted April 8, 2010 Hi guys,I would like to know how I can change the page witdh of my template?wich file should I use?Thank you - Link to comment Share on other sites More sharing options...
JustStarted Posted April 8, 2010 Share Posted April 8, 2010 Find the global.css file @ YOUR_INSTALLATION_DIR\themes\prestashop\css Change the 'width' as you need#page { width: 980px; margin: 0 auto 2px auto; text-align:left;}#left_column { clear:left; width:190px; padding-right: 15px;}#center_column { width: 556px; margin: 0 0 30px 0;} 1 Link to comment Share on other sites More sharing options...
westmerch Posted April 10, 2010 Author Share Posted April 10, 2010 Hi justarted,Very useful information indeed -I shall then proceed -Have a nice day West, 1 Link to comment Share on other sites More sharing options...
joshsherm Posted June 11, 2010 Share Posted June 11, 2010 Anyone know how to make the width, "auto", according to the users screen size and resolutions? I would like to use FULL WIDTH 1 Link to comment Share on other sites More sharing options...
htech Posted January 28, 2011 Share Posted January 28, 2011 Anyone know how to make the width, "auto", according to the users screen size and resolutions? I would like to use FULL WIDTH hey guysany resolution to this post above???would be really cool! 1 Link to comment Share on other sites More sharing options...
nuclearholocausto Posted January 28, 2011 Share Posted January 28, 2011 Anyone know how to make the width, "auto", according to the users screen size and resolutions? I would like to use FULL WIDTH hey guysany resolution to this post above???would be really cool! Try going to the global.css file of the theme you're trying to change. Then change the following:/* global layout */#page { width: 980px; margin: 0 auto 2px auto; text-align: leftto:#page { width: auto; margin: 0 auto 2px auto; text-align: lefthope it helps. Link to comment Share on other sites More sharing options...
irontamoor Posted December 17, 2012 Share Posted December 17, 2012 hello im trying the same thing "Anyone know how to make the width, "auto", according to the users screen size and resolutions? I would like to use FULL WIDTH" my website is http://ironenterprise.co.uk/prestashop/ i cant seem to do it on version 1.5 in gobal .csss 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