• The top nav menu in Twenty Fourteen stays stickied to the top of the screen when you scroll down. Is it possible to disable this functionality and just have the menu stay in its original place? Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The top nav menu in Twenty Fourteen stays stickied to the top of the screen when you scroll down.

    Um – no it doesn’t. Not by default, anyway.

    Thread Starter bendak

    (@bendak)

    Hmm, I’m not sure how I could have possibly turned it on then.

    It’s worth noting it doesn’t sticky in Internet Explorer, but it does on Firefox, Chrome, and Safari on iPad.

    Nope – not in any of those browsers. Re-upload a fresh, unpacked, copy of the theme’s folder to wp-content/themes using FTP or whatever file management application your host provides.
    https://www.ads-software.com/themes/twentyfourteen

    Thread Starter bendak

    (@bendak)

    I just checked the demo site and I am seeing the same thing: https://twentyfourteendemo.wordpress.com/

    Surely bendak is right? Maybe esmi thinks you mean something else (left sidebar of something?). And at least in Internet Explorer 11 it is sticky too.

    Anyway, I found out by accident that the nav bar doesn’t stick anymore if you make the site-title long enough to overlap the menu-items. So under
    Appearance > customize > site-title and tagline > in the site-title field typ a really long text. Uncheck “display site-title and tag line”.

    Goodluck

    maybe this works?

    .masthead-fixed .site-header {
    position: relative;
    top: 0;
    }

    I had same problem, led me here [solved]

    #masthead {
    position: relative;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to UNsticky top menu in Twenty Fourteen?’ is closed to new replies.