Totally Zenned
- Join Date:
- Jan 2005
- Location:
- USA, St. Louis
- Posts:
- 3,651
- Plugin Contributions:
- 5
Apple Zen Support Thread
jdhone:
Where in the css whould I add this? I added it to the stylesheet.css and it did not do anything. See below.
- html #centerColumnWrapper, * html #centerColumnWrapperb, * html #headerWrapperb, * html #headerWrapperc, * html #dropMenuWrapperc, * html #dropMenuWrapperd, * html #navSupp {
background:none!important; /* Hides the transparent shadows from older versions of IE */
}
#productListHeading {
text-align:center;
}
#centerColumnWrapper {
background:url(../images/shadowRight.png) repeat-y 100% 0;
}
#centerColumnWrapperb {
background:url(../images/shadowLeft.png) repeat-y 0 0;
}
#navSupp {
background:url(../images/shadowAlpha_bot.png) repeat-x top;
}
>
> I would like the category/subcategory heading to be centered over the category/subcategory listings.
It doesn't matter where you add it.
It is currently centered in Firefox. To get it to center in IE, try adding this instead:
#productListHeading {
text-align:center;
margin:0 auto;
}