Did you tried sticky class “.menus” or “#navigation”? It should fix jumping problem and menu shift to the right. Let me know if this helps.
Thread Starter
Laurent
(@laurent-droid)
Hello 🙂
“.menus” don’t works.
“#navigation” display as “#nav-container” but it’s not a problem for to show the menu in the middle.
What do you mean by “jumping problem” ?
Well, as far as I can see, new update solved jumping problem 😉
To prevent menu shift to the right change max-width in css style:
so change this:
.myfixed {
margin: 0 auto !important;
float: none !important;
border: 0px !important;
background: none !important;
max-width: 100% !important;
}
to smth like this:
.myfixed {
margin: 0 auto !important;
float: none !important;
border: 0px !important;
background: none !important;
max-width: 94% !important;
}
Thread Starter
Laurent
(@laurent-droid)
Ok thank you, it’s better now ? 🙂
I try to update the French translation for your plugin, but there are missing words in the mystickymenu-fr_FR.po (General Settings, Advanced, Search, Reset to default settings).
Ok, I will fix translations soon. Try to increase Make visible on Scroll value, right now it’s set to 100, try 250, or even better try 0, it should trigger automatic activation. This way your menu will not disappear before it’s activated.