If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
.product-item .stars {display: none;}
You can delete that line, or delete the word none. Now if you want the stars to appear centered try using this: Code:
.product-item .stars img { float: none;} .product-item .stars span { display: inline-block; float: none;}
I hope this helps
Comment