diff --git a/www/plugins/es/templates/registry/view_record.html b/www/plugins/es/templates/registry/view_record.html
index 8238fd3cffc2adb4393ff10c7b3ad514e7e14a47..1d7b8a3b64c7ac093223f9ee2f0ac7955900075a 100644
--- a/www/plugins/es/templates/registry/view_record.html
+++ b/www/plugins/es/templates/registry/view_record.html
@@ -28,7 +28,7 @@
       <h4 class="content dark" ng-if="loading">
         <ion-spinner icon="android"></ion-spinner>
       </h4>
-      <h4 class="content gray" ng-if="formData.city">
+      <h4 class="content gray hidden-xs hidden-sm" ng-if="formData.city">
         <i class="icon ion-location"></i>
         <span ng-bind-html="formData.city"></span>
       </h4>