Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / css help needed for main/center section of shop

css help needed for main/center section of shop

Views: 693

Results 1 to 3 of 3
27 Oct 2012, 5:14 AM
#1
woodlandsprite avatar

woodlandsprite

Zen Follower

Join Date:
May 2006
Posts:
307
Plugin Contributions:
0

css help needed for main/center section of shop

Hi there, I'm trying to rebuild my shop on v151 switching from 1.0.3.2

I've updated the style sheets, but no matter what I do, I can't seem to get the center part of the shop be the correct color.
I'm trying to get it to be html color as noted below:

#mainWrapper {
background-color: #ededcd;
text-align: left;
width: 100%;
vertical-align: top;
}

You can see my workspace here:
http://spritelygoods.com/zencartv151/

the shop I'm trying to reproduce is here:
http://spritelygoods.com/index.php?main_page=down_for_maintenance

I've compared the CSS files for both the old and new shops and cannot find the discrepancy.

Any insight anyone might have would be appreciated!
Thanks
Stephanie

27 Oct 2012, 8:04 AM
#2
kobra avatar

kobra

Black Belt

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

Re: css help needed for main/center section of shop

Try changing color here

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	background-color: #edf3e6;
	margin: 0em;
	padding: 0em;
28 Oct 2012, 12:30 AM
#3
woodlandsprite avatar

woodlandsprite

Zen Follower

Join Date:
May 2006
Posts:
307
Plugin Contributions:
0

Re: css help needed for main/center section of shop

thank you Kobra,
Isolating out the #contentMainWrapper and #mainWrapper has done the trick!