This topic has 4 replies, 3 voices, and was last updated 10 years, 4 months ago ago by Jack Richardson
Hello!
Robert just helped me make my logo bigger with a custom css file and it looks amazing on my website but on a mobile phone a word got left off of my logo. Is there anyway to make the logo smaller on a mobile while keeping the big logo for the computer version? Thank you!
Hello,
You need remove “!important” from the code:
.header5 .logo img {
max-width: 520px !important;
}
so it will be
.header5 .logo img {
max-width: 520px;
}
Please try it.
Regards,
Eva Kemp.
Awesome!! Thank you Eva!! It worked!
Hello,
You’re welcome!
Regards,
Jack Richardson
The issue related to '‘Logo’' has been successfully resolved, and the topic is now closed for further responses