Hi @businessbackpacker,
The space on top of the footer are for widgets. You have enabled it on X > Theme Options > Footer > Footer Widget Areas. Please choose NONE(DISABLED) if you don’t intend to add content on that area. If you want to add content, please go to Appearance > Widgets: See Footer 1, Footer 2 and Footer 3
For the image, try adding mobile-img-wrapper on the image section class field. Then add the following CSS on page content CSS
@media(max-width:480px){
.mobile-img-wrapper{
max-width: 150px; /*Adjust this accordingly*/
margin: 0 auto;
}
}
It’s good that the image is a little bit larger so when adjusted in size, it will still be sharp and clear. Now, you really intend to use a set image size, please share credentials inside a secure note so we can check your setup.
Hope this helps.