• I have a pretty heavily modified version of Soliloquy Pro. I’m struggling with the dropdown menu, however. I’ve switched between the parent, child, and even went back to Twenty Thirteen. Twenty Thirteen will expand the sub menu but it appears this theme by default does not. I have adjusted the depth in the /parts-header-menu.php file down to 0. By doing this, the browser now “sees” that there are menu items there but they are not displayed. If you go to clermontcountyohio.biz -> Live & Play -> Recreation & Culture – using Chrome Inspect Element on Recreation & Culture. You’ll see that it shows menu-item-has-children. I can’t for the life of me determine how to get this to appear. In Chrome if I style it directly in the browser using:

    element.style {
        display: block;
        position: static;
    }

    I can get it to appear in line with primary dropdown menu. Any thoughts on how to get this to expand out to the right like it does in Twenty Thirteen?

  • The topic ‘Sub-menu is hidden?’ is closed to new replies.