diff --git a/templates/shortcodes/grid_stats.html b/templates/shortcodes/grid_stats.html
index a806f9667..3d14c2438 100644
--- a/templates/shortcodes/grid_stats.html
+++ b/templates/shortcodes/grid_stats.html
@@ -140,6 +140,16 @@
visibility: visible;
}
+@media (max-width: 480px) {
+ .tooltip .tooltiptext {
+ position: absolute;
+ z-index: 1;
+ bottom: -50px;
+ right: 0px !important;
+ }
+
+}
+