This topic has 6 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
Hello,
How can I reduce the size of my logo for only mobile devices?
Thank you in advance.
Ali
Hello,
Try to add this code into custom.css file.
@media (max-width: 480px) {
.header-type-4 .logo-with-menu img{
width:100px;
}
}
Regards,
Robert Hall.
Hi Robert,
That code did not work.
Please advise.
Thanks.
Ali
Hello,
Please try to use this code:
@media (max-width: 480px) { .header .logo img {
width: 100px !important;
}}
Regards,
Eva Kemp.
Perfect, thank you Eva!
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Mobile Logo Size’' has been successfully resolved, and the topic is now closed for further responses