Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #183412

    Hey Guys,

    My logo is being squished horizontally in IE10 when clicked. I have tried the following code and still no results:

    .logo img {
    max-width: 340px !important;
    }

    .logo img {
    height:auto;
    }

    .logo img {
    width: 340px;
    height: 156px;
    }

    Here is the link to the site so you can see what I mean:

    http://sandbox.evolvecontrols.com/

    Thanks in advance for your help!

    #183599

    Hey daiuto99!

    I tested your website on IE10 and I don’t get the squished logo when clicked issue. Can you please provide us a screenshot of the issue?

    Cheers!
    Ismael

    #186255

    null

    #186376

    Hi!

    Please add this on your custom.css or Quick CSS:

    .logo, .logo a {
    min-width: 205px;
    width: 205px;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo Squished in IE10’ is closed to new replies.