Reply To: Logo – Need this to fit on mobile device and show hamburg menu too

#10044871
Support
Keymaster

Hi, you can set a max-width value for the logo, adding this css:

@media (max-width: 991px) {
	#header.header-effect-shrink .header-logo {
        width: auto !important;
        height: auto !important;
	}
}

@media (max-width: 991px) {	
    #header .header-logo img {
        max-width: 220px !important;
        height: auto !important;
    }
}