Hello Support,
It just came to my attention that the logo for this site is not correctly loading in Chrome (probably not correct in Safari either based on my past experience with these browsers).
In Firefox (37.0.1), it is loading correctly – and in IE as well (I’m on a windows machine).
Do you know what I need to do so that the logo loads correctly in Chrome?
Sincerely,
Greg
Also – the size of the logo in Chrome is not correct.
~ Greg
Hi!
I’m on Windows 8.1 and it’s loading the same for me in Chrome as it does in Firefox. Can you take a screenshot of what your seeing?
Is Chrome updated? Try disabling any browser add-ons, extensions, or plugins you might have installed.
Best regards,
Elliott
Hello Elliott,
Chrome is up-to-date.
Here are the screenshots – my client (Corbett) had the same experience with his Chrome. I am on Windows 7. Perhaps that is part of the issue?
Firefox Screenshot
Chrome ScreenShot
Also, I deactivated all the plugins – no effect.
Sincerely,
Greg
Hey!
Oh, the logo is different size. Sorry, not sure how I missed that haha. It looks like you used some CSS to center it.
Try this instead.
.logo { width: 100% !important; left: 50% !important; transform: translate(-50%) !important; }
.logo img { left: 50% !important; transform: translate(-50%) !important; }
Cheers!
Elliott
That did it!!
Elliot, you’re a genius! :-)
Thank you – we can close this one out!!
~ Greg