Tagged: 

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

    With the current nav selected, the logo sometimes appears and when it does and you scroll, it jumps around. Issue appears in both IE and FF.

    • This topic was modified 11 years, 1 month ago by xyzb.
    #167813

    Hi,

    do you have the same issues with a Logo which meets the size requirements which are shown in the options panel?
    There its says the logo should not be more than 340 x 156px.
    Maybe try to use a smaller one and see if you still have the same issue.

    #167822

    Hi!

    Another user reported the issue and we’ll fix it with the next update. For a quick fix please copy/paste the code from here: https://gist.github.com/InoPlugs/ff21a064c574fc154794 into your enfold(js/avia.js file. You can remove/delete the “old” code in avia.js

    Best regards,
    Peter

    #167933
    This reply has been marked as private.
    #168328

    Hello!

    You can add this on your custom.css or Quick CSS:

    .logo {
    width: auto !important;
    max-width: 300px !important;
    }
    
    .logo a img {
    max-width: 300px !important;
    width: auto !important;
    }

    I’m sure Peter’s code will work. Please apply it again without the code above then remove browser cache. Reload the page a few times.

    Best regards,
    Ismael

    #168532
    This reply has been marked as private.
    #168906

    Hey!

    Shadow is there on my end http://i.imgur.com/WuV8uh2.jpg
    Can you post a screenshot and show if you were talking about somewhere else

    Best regards,
    Yigit

    #168963

    Hey!

    Please add following code to Quick CSS in Enfold theme options

    #header_main_alternate { z-index: 2; }

    Best regards,
    Yigit

    #168966

    That was it. Thanks

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Main Navigation Issues’ is closed to new replies.