Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #525272
    #525273

    P.S. access user info is in the private entry on the original post. gw

    #525275

    P.P.S. I attempted the following from a different site/post – the logo was too far to the left (off center).
    It seems the fix is unique to the situation…

    .html_header_top.html_logo_center .logo {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    #header_main .container {
        padding: 0;
    }
    #525637

    Hi!

    Please go to Enfold theme options > Header and change header height to 127px and it should work fine :)

    Best regards,
    Yigit

    #525753

    Hello Yigit,

    Sorry – I should have made it clear in my original post; the settings are already set to 127px in the admin.
    It isn’t loading correctly in Chrome, etc.

    FYI,
    Greg

    header settings

    • This reply was modified 9 years ago by Donkies11. Reason: misspelling
    #526862

    Hey!

    remove all custom css code your have implemented and check again if your custom header height is working. Clear browser cache and hard refresh a few times.

    Cheers!
    Andy

    #528866

    hello Support,

    Sorry for the delay in responding. I stripped out the CSS – still having the logo load incorrectly in Chrome (and I am believing in Safari as well).

    screen shots

    The above image is linked to the large/original screen shot.

    Any advice?

    ~ Greg

    • This reply was modified 9 years ago by Donkies11. Reason: added link to larger image
    #528915

    Hi!

    Can you please try adding following code to Quick CSS

    .html_header_top.html_logo_center.avia-webkit .logo {
        left: 15%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    Regards,
    Yigit

    #528980

    Hello Yigit,

    That did it!! This ticket can be closed.

    Thanks agin – I really appreciate your cont. support!

    Sincerely,
    greg

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘logo size not correct in Chrome’ is closed to new replies.