Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / mainwrapper isn't working.

mainwrapper isn't working.

Locked

Views: 805

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
23 Nov 2008, 10:12 PM
#1
webboy634 avatar

webboy634

New Zenner

Join Date:
Nov 2008
Posts:
11
Plugin Contributions:
0

mainwrapper isn't working.

I'm on the newest version; 1.3.8.

I can't change the width of the site or the width of the center column. The mainwrapper in the stylesheet.css isn't responding.

#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 1024px;
vertical-align: top;
}

https://www.orlgifts.com

23 Nov 2008, 10:38 PM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,772
Plugin Contributions:
9

Re: mainwrapper isn't working.

You may be changing the wrong stylesheet. I get it to change easily.

You are using the classic template (should be using a custom override) and the file should be in includes/templates/classic/css.

You might want to investigate the override system in the "Free Software Add Ons" link above before you go any further.

23 Nov 2008, 10:40 PM
#3
kobra avatar

kobra

Black Belt

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

Re: mainwrapper isn't working.

Your site is still listing what is below. Are you editing the css located at includes/templates/classic/css/stylesheet.css ?
Is what you are editing being uploaded successfully?
You can delete what is there and then upload and check the files date in most FTP clients

#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 750px;
	vertical-align: top;
	border: 1px solid #9a9a9a;
	}
23 Nov 2008, 10:45 PM
#4
webboy634 avatar

webboy634

New Zenner

Join Date:
Nov 2008
Posts:
11
Plugin Contributions:
0

Re: mainwrapper isn't working.

Yeah...wrong css file.