Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:
.es-badge-container {
display: flex;
flex-direction: row;
}
.es-badge-rating {
margin-top: 0;
}
.es-badge-title {
margin-right: 20px;
}
Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:
.es-badge-container {
display: flex;
flex-direction: row;
}
.es-badge-rating {
margin-top: 0;
}
.es-badge-title {
margin-right: 20px;
}