Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Making My Site Bigger

Making My Site Bigger

Locked

Views: 938

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
24 Mar 2009, 4:53 AM
#1
neighbornick avatar

neighbornick

Zen Follower

Join Date:
Dec 2008
Posts:
93
Plugin Contributions:
0

Making My Site Bigger

Hey Guys,

How do I make the white part of my site span further across the page? Also if I can how do you change the black background of the site?

Thanks,
Nick

24 Mar 2009, 8:55 AM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Making My Site Bigger

to increase the size in your css

#mainWrapper {stylesheet.css (line 189)
background-color:#FFFFFF;
border:1px solid #FFFFFF;
text-align:left;
vertical-align:top;
width:800px;
}

you can use % like 100%, or smaller %
or you can use PX , like 980px
is up to you how you want to display .

to change background color in same stylesheet look for body tag
which should be first rule

change background-color: to any colour you want.