I have often been annoyed by how tight this is to the stars.
This is at the end.
If you are as well, I offer two solutions.
Solution 1 is to simply hide the value.
/** Hide the numeric course rating value **/
.shown-rating-value {
display: none;
}
The second is to move it over a little if you would prefer to keep it.
/** Move the numeric rating value over **/
.shown-rating-value {
margin-left: 10px;
}
As always, test for any conflicts in your platform.
Hope this helps someone today.