Align Write a Review button to the center

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

.es-header-container {
justify-content: center;
}

Note: If you display not only the Write a Review button in the header, these element will be centered too.