Add side and top paddings

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

.es-main-container {
padding-left: 30px;
padding-right: 30px;
}

.es-main-container {
padding-top: 30px;
}