Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: squished banner image on iphone

#3016
Grace Themes
Member

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