Hello Andrea,
Could you please elaborate so we can investigate it further?
Please add the following css inside the additional css section of your customizer to adjust the minimum height for mobile devices;
@media screen and (max-width: 768px){
#content {
min-height: -webkit-fill-available;
}
}
let us know.
Thanks!