Viewing 1 replies (of 1 total)
  • Open:
    /wp-content/themes/Nimble/style.css

    Find:

    .nav li:hover ul, ul.nav li.sfHover ul {
    left: -65px;
    top: 33px;
    }

    Change to:

    .nav li:hover ul, ul.nav li.sfHover ul {
    left: -65px;
    top: 33px !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘submenu pages are not showing’ is closed to new replies.