msnfull
Member
Posted 7 months ago #
Hi,
I set GD Star rating to show five stars. When I move the mouse over the stars to vote, an additional half-star appears. It looks as if I am voting for 2.5 instead of 2 stars. Screenshot: http://i.imgur.com/2K8gp.png
Happens in Chrome, Firefox, IE...
How can i fix this?
Thanks in advance!
http://wordpress.org/extend/plugins/gd-star-rating/
msnfull
Member
Posted 7 months ago #
Ok, I figured it out. The problem was that links in my theme had a padding attached to them. I fixed it by adding this to gdsr.css.php
.ratingstarsinline a { padding:0!important; margin:0!important;}