Menu Bounces During Scrolling in Chrome Browser

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.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
User avatar
Expert Boarder

GK User
Sun Nov 06, 2016 2:41 am
Reply with quote
Report this post
Anyone?
User avatar
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.

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.
User avatar
Moderator


cron