Top navigation hides just fine when scolling down the page, but when you start to scroll back up the nav appears as it should, but it is flush left. When you get back to the top of the page, it moves back to it’s correct position, centered over the page content. Can’t figure out why? Any suggestions? Thanks!
Hi @MPFwebsites,
Thanks for reaching out.
I suspect this might be an existing issue arises with the recent version of Theme. To be sure, I would request you provide the website WordPress admin credentials in the secure note for further investigation.
– WordPress Site URL & Login URL
– WordPress Admin username/password
To create a secure note, click the key icon underneath any of your posts.
Thanks
Just sent! Thanks for taking a look!
Hey @MPFwebsites,
This is a bug with the latest version of Pro when setting the header as sticky. I’ll report this issue to our development team. In the meantime, please add this CSS code in the element CSS in your header for temporary solution.
$el {
left: auto !important;
}
Hope that helps.
That did it! Thank you so much!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.