Menu Bounces During Scrolling in Chrome Browser
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Fri Nov 04, 2016 4:33 pm
- Reply with quote
- Report this post
While scrolling up and down in Chrome browser, the menu seems to bounce. Here's my site: http://tdl.dlevy.net/
I'd like it to be completely static, like YouTube: https://www.youtube.com/
or Forbes: http://www.forbes.com/
Please advise.
Thanks so much,
David
I'd like it to be completely static, like YouTube: https://www.youtube.com/
or Forbes: http://www.forbes.com/
Please advise.
Thanks so much,
David
-
- Expert Boarder
- teitbite
- Wed Nov 09, 2016 8:57 am
- Reply with quote
- Report this post
Hi
Please add this code to override.css and make sure override is enabled in template settings.
You may also need to add some padding to top of the body, but that will be revealed when You will add this code to css.
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
#gkMenuWrap.active {
position: fixed !important;
top: 0 !important;
}
You may also need to add some padding to top of the body, but that will be revealed when You will add this code to css.
-
- Moderator
3 posts
• Page 1 of 1