Hide Review Template on Mobile

Use this CSS to the hide the review template on Mobile screen sizes...

@media screen and (max-width: 600px) { 

.wprev-no-slider { visibility: hidden; display: none; } 

.wprev-slider { visibility: hidden; display: none; }

}

Is this article helpful for you?