I use this code to display stars:
Just add the below CSS code to make it from left to right:
.ratingSelector { max-width: 145px; display: inline-block; } .rating label { float: right; }