• on my site, https://www.nationalchristianchamber.org, I cannot figure out what’s causing the top navigation bar to flutter when hovered. I’ve updated the theme and re-installed it twice. I cannot make that go away…. HELP

    Theme is TwentyFourteen. Has anyone ever seen this happen and if you did, what’s the fix. H E L P!!!

Viewing 1 replies (of 1 total)
  • Checked the CSS in your website and you should need to alter some codes to stop this fluttering effect.
    Appearance > Editor > style.css >
    .primary-navigation li {
    ????border: 0 none;
    ????display: block; (originally it is inline-block)
    ????height: 48px;
    ????line-height: 48px;
    ????position: relative;
    }

    However please note that any changes made to theme files will be lost when the theme is updated – much better to use Custom CSS.

    Also, this code is only for the whole content page to stop fluttering. ‘Home’ menu is still the same.

Viewing 1 replies (of 1 total)
  • The topic ‘Fluttering Primary Nav Bar – TwentyFourteen’ is closed to new replies.