Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Center Product Rating Images?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 07-26-2011, 07:57 AM
 
Coach Coach is offline
 

Member
  
Join Date: Nov 2003
Posts: 11
 

Default Center Product Rating Images?

Where can I edit a template to center the star ratings on product for the front page? Here is our home page:

http://www.hardballfans.com/shop/home.php

Everything is centered but the stars are aligned to the left. I've tried various sections of the CSS files to no avail. Any help?
Reply With Quote
  #2  
Old 07-26-2011, 08:15 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Center Product Rating Images?

Use Firebug/FF to find the exact classes. This is not an easy one as they all have float:left applied to them. You will have to put them in new container and do some css on it
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #3  
Old 07-26-2011, 08:37 AM
 
Coach Coach is offline
 

Member
  
Join Date: Nov 2003
Posts: 11
 

Default Re: Center Product Rating Images?

I actually am using Firebug to help find it and do not see any float:left anywhere?

Can you give me an example of how'd you would fix it and maybe I can apply it everywhere?

Seems that I could add a centering code to the <div class="creviews-rating-box"> but that has not worked?

Quote:
Originally Posted by cflsystems
Use Firebug/FF to find the exact classes. This is not an easy one as they all have float:left applied to them. You will have to put them in new container and do some css on it
Reply With Quote
  #4  
Old 07-26-2011, 09:34 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Center Product Rating Images?

You will have to adjust it maybe a little but this should work

.creviews-rating-box {
text-align: center;
margin: 5px auto 0 auto;
padding-bottom: 7px;
width: 120px;
}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following 2 users thank cflsystems for this useful post:
flyclothing (08-11-2011), PhilJ (07-04-2012)
  #5  
Old 07-26-2011, 10:08 AM
 
Coach Coach is offline
 

Member
  
Join Date: Nov 2003
Posts: 11
 

Default Re: Center Product Rating Images?

Much appreciated.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:57 AM.

   

 
X-Cart forums © 2001-2020