Anniversary Special Sale! 10 Years of Excellence in WordPress Themes | Flat 20% OFF on All Themes Package. Use Code GT10YEARS Buy Now
Anniversary Special Sale 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