Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1096564

    Hi. Any pointers on this one would be appreciated.

    site: Supertree Services

    centered logo looks great on all browsers except Chrome (desktop only; mobile looks ok).

    On Chrome, finding span.logo and a.logo sizing is 0x90, and can’t figured out a way to make that change (other browsers are showing span.logo and a.logo at 450×90.

    Not sure if this is the root issue, but it’s the one that sticks out.

    Thanks in advance for assistance.
    mark

    #1096979

    Hey mrsmith1313,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1097309

    Hi Victoria.

    I’ve cleared cache and minified css, etc. Also disable the cache plugin for now (WP Fastest Cache).

    Sorry I didn’t hide the logo…. ;) That’s what I’m seeing, no logo, but you can see URL when inspecting the element code (see image link below). You should also see it in Chrome Incognito or Firefox… al least I can see it in those places.

    Flagstafftreeservices.com Logo code

    Thanks for exploring…
    mark

    #1097552

    Hi,

    Thank you for using Enfold.

    The logo is visible on my end — checked it on Chrome Windows 8. You can try this css code to make sure that the width is set.

    .logo a img {
        min-width: 450px;
    }
    
    .header-scrolled .logo a img {
        min-width: 225px;
    }

    Best regards,
    Ismael

    #1097765

    Great – thank you.

    #1097872

    Hi,
    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘header center logo no showing on Chrome desktop’ is closed to new replies.