View Single Post
  #2  
Old 12-15-2009, 05:31 AM
 
rgibson rgibson is offline
 

Newbie
  
Join Date: Aug 2009
Posts: 7
 

Default Re: 3 column mode align center

You need to center the div containing the creview stars. I handled this with the following addition in main.css for the template that I'm using:
.products-table .creviews-rating-box{
width: 105px;
margin-left: auto;
margin-right: auto;
}
Set the width to 21px times the number of stars you are using (I'm using 5).
__________________
Gold 4.3.0
Fancy Categories
Special Offers
Feature Comparison
Product Configurator
Modified neon-lights template
Reply With Quote