Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Where is the setting for width?

Where is the setting for width?

Views: 533

Results 1 to 4 of 4
9 Feb 2012, 3:55 AM
#1
halifaxdal avatar

halifaxdal

New Zenner

Join Date:
Feb 2012
Posts:
12
Plugin Contributions:
0

Where is the setting for width?

I just installed my new zencart.

I came across this .zenflavor .com/demo9/ zencart template[/URL] and I really like it, but it restrict me from using it for more than one site, so I want to design a similar site by myself. The first thing is how do I adjust the page's content's width?

I have firebug but don't see the width in css? can someone shed me more light?

Thank you in advance.

9 Feb 2012, 5:13 AM
#2
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,841
Plugin Contributions:
0

Re: Where is the setting for width?

#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 750px;
	vertical-align: top;
	border: 1px solid #9a9a9a;
	}
9 Feb 2012, 2:52 PM
#3
halifaxdal avatar

halifaxdal

New Zenner

Join Date:
Feb 2012
Posts:
12
Plugin Contributions:
0

Re: Where is the setting for width?

Thanks. Could you please tell me where is the setting for these two sites?

  1. New Zencart installation

I just couldn't see it.

9 Feb 2012, 2:59 PM
#4
halifaxdal avatar

halifaxdal

New Zenner

Join Date:
Feb 2012
Posts:
12
Plugin Contributions:
0

Re: Where is the setting for width?

never mind, i found it, thanks anyway