Tagged: navigation
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.
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.
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
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
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
Hey!
Please add following code to Quick CSS in Enfold theme options
#header_main_alternate { z-index: 2; }
Best regards,
Yigit
That was it. Thanks