One thing, if you want to hide your whole footer for the phone version you can also do in "Custom CSS for Mobile Version":
#footer-region{
display: none;
}
Ok until I have fixed this please use this css for the "Custom CSS for Mobile Version" field:
#main-region{
padding-bottom: 30px;
}