Hi Billi,
To solve your issue regarding the logo image
Go to the Appearance -> Theme options -> Basic Settings -> Custom CSS
and use below css code in custom css box
@media screen and (max-width:767px) {
.logo img{ height:auto !important}
}
.header span.tagline { display: none; }
Regards
Grace Themes