X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Center Product Rating Images? (https://forum.x-cart.com/showthread.php?t=60300)

Coach 07-26-2011 07:57 AM

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?

cflsystems 07-26-2011 08:15 AM

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

Coach 07-26-2011 08:37 AM

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


cflsystems 07-26-2011 09:34 AM

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;
}

Coach 07-26-2011 10:08 AM

Re: Center Product Rating Images?
 
Much appreciated.


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

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.