includes/ templates/ your_template/ templates/ stylesheet.cssHi, I was wondering if there is a way to center the category icons instead of having them align left? Example is on my site, click on shoes, then you see it with "specialty shoes" category being left justified and I would like it centered. Thanks!![]()
Add the following declaration to the .css
- #productListHeading {text-align: center;}
Also find the following:
1. #logoWrapper{
background-color: #e5d9e5;
height:150px;
2. change the red font above to 164



