Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing width of center page

Changing width of center page

Locked

Views: 579

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
7 Sep 2009, 11:13 PM
#1
treasureshaven avatar

treasureshaven

New Zenner

Join Date:
Jul 2009
Posts:
13
Plugin Contributions:
0

Changing width of center page

It is easy to change the width of both side columns but I just cant seem to find where to change the size of the middle of the page.
Looking at my webpage here
http://www.meteoriteshop.com/
I have a flash video that I want to run in the middle between the two side columns but it is to large stay in the middle. How do I increase the middle?
Thanks

8 Sep 2009, 2:37 AM
#2
kobra avatar

kobra

Black Belt

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

Re: Changing width of center page

Find your stylesheet for this template and try the following

#mainWrapper {
	background-color: #383E44;
	text-align: left;
	width: 980px;
	vertical-align: top;
	border: 1px solid #9a9a9a;
	}