Display rating in badges above the stars

Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:

.es-badge-container
.es-rating-container {
position: relative;
}

.es-badge-container
.es-rating-value {
position: absolute;
top: -28px;
right: -20px;
}

.es-badge-container
.es-badge-title {
margin-right: 40px;
}