Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #765540

    When I set my logo in the header it appears the correct size in I.E. but looks smaller in Chrome.
    Any ideas why??

    #765941

    Hey Starfire3,

    Please provide a link to the site so that we can look into this further.

    Best regards,
    Jordan Shannon

    #766271

    countrysidecustomhomes.net

    #766285

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_header_top.html_logo_center .logo img {
        margin: auto;
    }
    .html_header_top.html_logo_center .logo {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }
    

    Best regards,
    Yigit

    #766333

    Hi,

    Thanks. I looked at the site, and on my end they appeared the same in either browser. Could you please provide a screen shot of this issue.

    Best regards,
    Jordan Shannon

    #771221

    I have taken a snapshot of the site logo issue. Remember it is not the kc1nbd, it is the image of countryside home.

    thank you
    http://www.kc1nbd.com/badlogo/

    #771235

    Hi,

    The image appears to be broken.

    Best regards,
    Jordan Shannon

    #771285

    what does that mean please??

    #771289

    Hi,

    The image screenshot you attached to the above message (reply to 766333) is not displaying.

    Best regards,
    Jordan Shannon

    #774067

    it is a web address. please go check it.

    #774124

    Hi,

    Are you needing the logo to be larger?

    Best regards,
    Jordan Shannon

    #774152

    it looks good on internet explorer but is small on chrome. needs to be same size on all browsers.

    #774947

    Hi,

    Apologies, they both look the same to me. I will send this to my teammate to take a look at.

    Best regards,
    Jordan Shannon

    #774957

    Hi,

    Please try this code below in Enfold > General Styling > Quick CSS section.

    .logo img {
        margin-top: 30px!important;
        min-width: 750px;
    }

    Best regards,
    Vinay

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.