Displays right but no dropdown
-
The drop down carrot reflects where I put a sub menu on the WP menus config page, but it will not drop down. Any help?
<div id="wrapper" class="container"> <div class="row"> <header class="col-sm-12"> <div id="blog-name"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"></a> </div> <?php if (has_nav_menu('primary-menu')) { ?> <nav id="primary-menu"> <?php shailan_dropdown_menu(); ?> </nav> <?php } ?> </header>
- The topic ‘Displays right but no dropdown’ is closed to new replies.