Hi,
When using Internet Explorer, the logo (on the top left saying LiveTracGuardian ..) appears stretched and very different (and somewhat bad) from what is seen in Firefox and Chrome.
Is there something I can do about this?
http://www.livetracguardian.com
Thank you much in advance,
-VJ
Hi!
Please try to insert following code into the quick css field
.logo img {
width: 300px;
height: 54px;
}
Best regards,
Peter
I’m having the same issue, and if I add custom CSS like you suggest, it kills the responsive action when scrolling. The logo does not reduce, it just squishes up.
I did use the appropriate dimensions for my logo:
.logo img {
width: 245px;
height: 65px;
}
Okay…If I only add the height to custom css, it works as it should.
Thanks!
Glad we could help :)
Let us know if you have any other questions or issues.