Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #206782

    Hi!

    I have a problem with IE version 10 and higher with the logo getting cropped. But on mouseover, the whole logo shows again.

    its on http://www.saccq.se

    I have not made any recently changes.

    Can you help me?

    #207232

    Hey claesekberg!

    You have an old version of the theme. Please download the latest version of the theme on your themeforest account then watch this video by Devin on how to update the theme via FTP: http://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Ismael

    #212942

    Hi!

    Thank you. I did this, but one of my changes disappeared. I want the logo to have the same size all the time, and not being smaller when I scroll down the page. I think I used this code before:

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 100px !important;
    line-height: 100px !important;
    }

    But this isnt working anymore. Ideas?

    #213106

    Hejsan!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

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

    P.S.: Your website looks great!

    Regards,
    Yigit

    #213111

    Hi!

    Please add this on Quick CSS or custom.css:

    .header-scrolled .logo img, .header-scrolled .logo a {
    max-width: 200px !important;
    max-height: 96px !important;
    height: 96px !important;
    width: 200px !important;
    }

    Cheers!
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo getting cropped in IE version 10’ is closed to new replies.