Hi,
The background image is not fully displayed responsive to mobile devices.
Please add below css code in Appearance -> Theme Options -> Basic Settings -> Custom CSS
@media screen and (max-width:767px) {
#footer-wrapper { background-size: cover !important; }
}
Regards
Grace Themes