Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Change the width of the site

Change the width of the site

Locked

Views: 1,365

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Aug 2007, 8:19 AM
#1
nav007_2000 avatar

nav007_2000

New Zenner

Join Date:
Jul 2007
Posts:
11
Plugin Contributions:
0

Change the width of the site

Hello, I've seen this on some zen cart shops. How do I change the width of my shop to take up all the screen instead of the default which is 800px (I think)

I don't want to change the width to a certain number. I want it as a percentage to that when any user logs onto the site, it automatically adjusts to suit their screen resolution

My site is:

http://www.themobileworld.co.uk

23 Aug 2007, 9:46 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Change the width of the site

In the stylesheet change to the highlighted value

#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	vertical-align: top;
	border: 1px solid #ffffff;
	}
23 Aug 2007, 10:23 AM
#3
nav007_2000 avatar

nav007_2000

New Zenner

Join Date:
Jul 2007
Posts:
11
Plugin Contributions:
0

Re: Change the width of the site

Thanks Kobra,
You're a life saver.