Archived topic
Mobile Header Logo
3 replies · Started by Jason Westbrook on November 2, 2017
Hey guys. I have uploaded a svg logo for the main logo. Works jsut fine. Issue now is that the mboile header (which is a completely seperate logo) is now being affected. Any ideas how to make the main logo svg high res and keep the mobile version (which is the square default) as its own without being affected. Please see what I mean from link provided.
Thanks!
Hi there,
Looks like you've already added this?
.mobile-header-navigation .mobile-header-logo img {
height: 45px;
}
Try giving it a width property as well:
.mobile-header-navigation .mobile-header-logo img {
height: 45px;
width: 45px;
}
I added the second code and that fixed it. Thanks!
No problem!