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: Logo Not Resizing in Mobile

#12048
Grace Themes
Member

Hi,

To solve this issue
Go to the Appearance -> Editor -> style.css file
add below css code at the end of file

@media screen and (max-width:767px) {
.custom-logo {
    width: 100% !important;
    height: auto !important;
}
}

Please do this changes and let me know your feedback.

Regards
Grace Themes