
Originally Posted by
jettrue
You can add this to your css:
#productListHeading {text-align:center;}
Where in the css whould I add this? I added it to the stylesheet.css and it did not do anything. See below.
Code:
* 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.
Bookmarks