Viewing 30 posts - 1 through 30 (of 44 total)
  • Author
    Posts
  • #182231

    Hi,

    The new update broke my fixed header and non-sizing logo which I was able to easily fix after searching the forum. Only issue is that in IE8 the logo is now cut-off at the bottom.

    Many thanks,
    Jonathan

    #182322

    Hey Jonathan!

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

    .logo img {
    min-height: 58px !important;
    height: auto;
    }

    Cheers!
    Ismael

    #182330

    Hi Ismael,

    I already had that in without the “height: auto;”, so I added that in in case it made a difference but it is still cutoff in IE8. Any other suggestions?

    Many thanks,
    Jonathan

    #183097

    Just wondering if there was another fix here? Thanks!

    #183125

    Hi!

    Please add following code to Quick CSS as well

    .logo img, .logo a { max-height: 58px !important; }

    Best regards,
    Yigit

    #183165

    Still doesn’t work unfortunately. Does it matter whether it’s in quick css or custom.css? I put into custom as I prefer to put all my custom css in there.

    As of now this is what I have in my custom css based on your suggestions:

    .logo img { min-height: 58px !important; height: auto}
    .logo > a { max-height: 58px!important; }
    .logo img, .logo a { max-height: 58px !important; }

    Thanks for your continued help!

    #183167

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #183169
    This reply has been marked as private.
    #183173

    Hey!

    Please flush browser cache and refresh your page a few times. It now seems to be working on my end http://i.imgur.com/OCIySFe.jpg

    Best regards,
    Yigit

    #183180

    Sorry for being such a pain Yigit, but unfortunately still not working for me =(

    This is what i get http://imgur.com/SRHxV5a

    #183182

    Hey!

    No, not at all Jonathan but i checked your website in Chrome, Firefox and IE 8-9-10 on Win 7 and logo is fine on all browsers. Can you try on another computer if possible?

    Regards,
    Yigit

    #183186

    That was the only computer I have available at the moment. I’m actually on a mac but I use browserstack.com for testing. I’ll have someone else check for me and will get back if any problems. Thanks so much.

    I feel I may have unnecessary code now as I might have duplicated things during this thread. From the below code that I now have in custom.css – does it all need to be there or should I remove some part of it?

    .logo img { min-height: 58px !important; height: auto}
    .logo > a { max-height: 58px !important; }
    .logo img, .logo a { max-height: 58px !important; }
    #183196

    Hi Yigit, my girlfriend just checked at work and the logo is still cutoff on the bottom. This is weird!

    #183202

    Hey!

    I prepared a screencast showing how it looks on Chrome, IE and Firefox http://www.screenr.com/sYbH
    I also tagged Josue in this topic. As far as i know he does have Mac. So let us wait for him to check your website

    Cheers!
    Yigit

    #183210

    Image isn’t loading, but sounds like a plan. I checked on two computers now and both cutoff the logo in IE8.

    Thanks – look forward to hearing what Josue sees.

    #183433

    Hey!

    You can right click and open in new tab or window to see the screencast

    Best regards,
    Yigit

    #183453

    Thanks for taking the time to make this. Yeah, very weird as logo is cutoff on all the IE8 setups I’ve tried. I look forward to a solution! Can anyone else replicate it on your end?

    #183609

    Hey!

    Please try this:

    .logo img, .logo a {
    height: 58px !important;
    height: 58px\9;
    height: 58px;
    }

    Regards,
    Ismael

    #183636

    Thanks Ismael! Do I replace the below with your code or put it in addition to?

    .logo img { min-height: 58px !important; height: auto}
    .logo > a { max-height: 58px !important; }
    .logo img, .logo a { max-height: 58px !important; }
    #183639

    Hi!

    Please replace that code with the one I provided. Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    #183644

    It worked, but unfortunately reintroduced the logo scaling on scroll down. What else do I need to include to ensure logo stays the same size?

    #183645

    Hey!

    My bad! Please replace the code using this:

    .logo img, .logo a {
    height: 58px !important;
    height: 58px\9;
    height: 58px;
    min-height: 58px !important;
    max-height: 58px !important;
    }

    Best regards,
    Ismael

    #183646

    Unfortunately we’re back to where it started now =(

    Logo is still cutoff. Any other suggestions?

    #183998

    Hi, just wondering if you guys have figured out a solution to this? Really hoping I can fix it soon as it doesn’t look great.

    Thank you!

    #185065

    Hi guys, sorry to be a pain but the logo looks really bad in IE8 – hoping there is still a solution here.

    Thanks!

    #185457

    Hey!

    Please add this:

    .logo img, .logo a {
    height: 58px !important;
    height: 58px\9;
    height: 58px;
    }

    Then below add this:

    .logo img { min-height: 58px !important; height: auto}
    .logo > a { max-height: 58px !important; }
    .logo img, .logo a { max-height: 58px !important; }

    We will start again. I’m running out of ideas. Please let me know if you added the codes then we will check your website.

    Regards,
    Ismael

    #185499

    Ok, I’ve done so. Thank you for helping me with this. I look forward to your instructions!

    #185500
    This reply has been marked as private.
    #186829

    Hi Jonathan!

    I tagged Ismael as well. Your website still displays fine on my end on IE8 mode. Let us wait for his answer

    Best regards,
    Yigit

    #190341

    Hi guys,

    Just wondering if there has been any further insight on this as still not working on IE8 on my end.

    Thanks!

Viewing 30 posts - 1 through 30 (of 44 total)
  • The topic ‘Logo Issue with IE8 and New Update’ is closed to new replies.