Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #429303
    #429304

    Also – the size of the logo in Chrome is not correct.
    ~ Greg

    #429912

    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

    #429935

    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

    #430465

    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

    • This reply was modified 8 years, 11 months ago by Elliott.
    #430559

    That did it!!

    Elliot, you’re a genius! :-)

    Thank you – we can close this one out!!

    ~ Greg

    #431066

    Hi!

    Great, glad we could help :)

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘logo css adjustment for Chrome’ is closed to new replies.