Align to the center (floating badge)

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

.es-badge-container {
  left: auto;
  right: auto;
}