sub-menu positioning off
-
Hi wonder if you can help. I have used Slicknav before but not in WordPress. I have got a single level menu working ok, but am having problems with child page links not appearing below their parent in the menu but at the top of the page.
I want the menu to appear below the strapline so crated a div called mobile-menu:
‘<nav id=”site-navigation” class=”main-navigation” role=”navigation”>
<div class=”inner”>
<div id=”mobile-menu”><?php wp_nav_menu( array( ‘theme_location’ => ‘main-menu’) ); ?></div>
</div>
</nav>In the slicknav settings I set #mobile-menu as the CSS Menu ID or Class to use for SlickNav Mobile and #site-navigation as the Menu Position. However, the child pages seem to be positioning themselves relative to the body.
Wonder if you can advise what I am doing wrong!?
Many thanks,
WPUnoob
- The topic ‘sub-menu positioning off’ is closed to new replies.