Is there a way to change the CSS on Cloudhost to keep the Topbar, and Navbar fixed to the top of the screen and eliminate it being "animated" and jump during scrolling?
markmwest Hi Once it will animate when u move from header as it get sticky add this code in override css to avoid conti. jumps #gkMenuWrap.active { -webkit-transition: none; }
#gkMenuWrap.active { -webkit-transition: none; }
Thank you!
Much better, still a bit of a jump when you get to either the bottom or the top of the scroll, but this is much better.
markmwest Yes there is one animation as when the header touch the top bar the classes change to make it sticky.
how can I remove that animation as well?
markmwest Hi Remove this style will not make the header and topbar sticky as behaviour work when u scroll to make it sticky.