Sub-Menu not displaying correctly…

Support Area Forums Grassroots Sub-Menu not displaying correctly…

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://anwol.azteca.net/our-programs/
  • Author
    Posts
  • #36048
    Edward Garrett
    Participant

    Happy Easter Bill

    Bill, when you hover of “Our Programs”, you’ll see my issue…how do we get the sub menus to display properly? Each of the three sub-menus have sub-menus…

    Thanks, in advance for your help, Bill!!

    Blessings,
    Best,
    Ed

    #36054
    Bill Robbins
    Moderator

    Good Morning Ed,

    Try adding this to either your child theme’s style.css file or to the Custom CSS box that’s in the Advanced Tab of the Theme Options page:

    
    nav#top-menu ul li:hover ul ul {
    	display: none;
    	width: 280px;
    }
    
    nav#top-menu ul li ul li:hover ul {
    	display: block;
    	margin-top: -44px;
    }
    

    See if that won’t do the trick for you.

    Have a great week,
    Bill

    #36072
    Edward Garrett
    Participant

    Thanks, Bill!
    Best!
    Ed

    #36073
    Bill Robbins
    Moderator

    Glad that did the trick Ed 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sub-Menu not displaying correctly…’ is closed to new replies.