Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #392894

    Logo displays fine in FF and IE but not Chrome Version 40.0.2214.111. I have deleted browser cache, refreshed, etc. several times. If I add
    .logo { width: 100% !important; } to quick css the logo width displays properly but the logo itself shifts to the left. Logo dimensions are 961 x 110.

    #393013

    Hi shimabuku!

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

    .html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }

    Best regards,
    Yigit

    #393294

    That code shifts the logo to left. How do I get it centered?

    #393924

    No love?

    #393925

    Should I just post my issue on Themeforest comment section?

    #393928

    Hi!

    Can you please upload your logo in 1210x110px?
    P.S.: Self posting pushes your query to the end of the queue which goes from the oldest to the newest posts, hence late reply. We are sorry nevertheless :)

    Best regards,
    Yigit

    #393932

    That is the max size of my logo. If i stretch the logo out more it will look distorted. So you are basically saying that my logo will not work with Enfold theme?

    #393935

    I have the same size logo 961 x 110 on the Avada theme and it works peferctly, centered with menus on bottom….

    #394002

    Hey!

    Try to replace the code with this:

    .logo a, .logo a img {
    width: 961px;
    height: 110px;
    }
    
    .header-scrolled .logo a, .header-scrolled .logo a img {
    width: auto;
    height: auto;
    }

    Best regards,
    Ismael

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