May 17, 2024 at 10:49 pm
#10044871
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;
}
}