Home Forums Theme support Logo on phone not responsive i think Reply To: Logo on phone not responsive i think

Hi, we saw the problem, can you please add this CSS code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

@media only screen and (max-width: 767px) {
#brand img {
height: auto !important;
}
}

This should solve the problem.