Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:
@media(max-width: 480px) {
.es-review-container:has(.es-ai-summary-content-container) {
width: 0;
height: 0;
margin-bottom: -20px;
}
}
Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:
@media(max-width: 480px) {
.es-review-container:has(.es-ai-summary-content-container) {
width: 0;
height: 0;
margin-bottom: -20px;
}
}