Hi,
I need to reduce the logo size slightly on mobile. It crashes into the search icon on some devices.
Please advise
Thanks
Hey woogie07,
Thank you for the inquiry.
You can use this css code to adjust the size of the logo on mobile view.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive .logo img, .responsive .logo svg {
max-height: 60px;
}
}
Default value is 80px.
Best regards,
Ismael