• Resolved matikalik

    (@matikalik)


    Hi! I uploaded the Orbit theme to use however the planet logo always appears stretched vertically while viewing in Google Chrome. The logo appears normally on other web browsers such as Firefox, IE, Edge, and on mobile as well. The problem only appears on Chrome. I’ve tried clearing cache on the plugin and browser, still no changed. I’ve even tried adjusting some of the height values in CSS to no success. Is there anything else that can be done to fix the issue?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ales

    (@alesmal)

    Hello, it looks OK in Chrome for me, but you can try to add following css:

    .planet-logo {
      height: auto;
      width:auto;
    }

    That should always keep correct aspect ratio.
    Let me know if that helps, Ales

    Thread Starter matikalik

    (@matikalik)

    That fixed the issue. Thank you, Ales!!

    I’m having the same problem at https://penchoffenterprises.com. This only started a few months ago after an update to CMP. I am using this theme at 3 different sites and would like to ultimately purchase the product but I won’t unless this issue is fixed. I tried the css you have suggested. I even messed with other settings (I’m an experienced web developer) but no luck. I have disabled all my chrome extensions and apps. I can duplicate the problem on three different machines on three different networks. This is very frustrating as everything was working fine for months. Please help asap. Thanks in advance for a fast reply.

    Jeff Penchoff
    [email protected]

    Plugin Author Ales

    (@alesmal)

    Hello, I fixed the issue with Orbit logo – you can update Orbit to 1.3 version if you go to CMP Settings page, there should be a popup with update if Orbit is activated.

    Alternatively you can download it again from our website OR simply add this custom CSS to CMP Settings:

    .planet-logo {
        max-width: 500px;
        height: auto;
        margin: 3em auto;
        width: auto;
    }

    Ales

    THANK YOU! That worked for all three sites. I could of sworn I tried that css setting though. I guess not.

    I didn’t bother with the 1.3 download yet, I just updated the css file and that worked perfectly. I even have my own graphics I was using back.

    I’ll get to the download later today.

    Thanks again!

    Jeff

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Logo Stretched in Chrome’ is closed to new replies.