Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter officepark

    (@officepark)

    Also I should add that the site’s Theme is
    Starkers HTML5Version: 3.2.

    Add this lines on your style.css file in your child theme

    #nav ul .sub-menu {
      background: #000 none repeat scroll 0 0;
      height: auto;
      margin: 0;
      position: absolute;
      width: 250px;
      z-index: 1000;
      display:none;
    }
    #nav ul .sub-menu li a {
      padding: 0 15px;
      display: block;
    }
    #nav ul li:hover .sub-menu {
    	display:block;
    }
    Thread Starter officepark

    (@officepark)

    Problem solved.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WordPress Menu not working.’ is closed to new replies.