Alexandru Marica
I’ve noticed that you fixed it. How did you do it?
I used this CSS code
#wrap_all { position: relative !important; }
body {
overflow:hidden;
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
solved Space Gap on mobile devices