Mobile menu not working correctly, HELP!
-
you know when you view the page in mobile you should get a dropdown of your navbar.
i cant get a dropdown of my navbar here is the code i am using. is there something i need to add?
<div class=”navbar navbar-inverse navbar-static-top”>
<div class=”navbar-inner”>
<div class=”container”>
<ul class=”nav”>
<?php if (function_exists(‘getNavMenu’)): ?>
<?php echo getNavMenu(‘mainmenu’,’hover’); ?>
<?php endif; ?></div>
</div>
</div>
- The topic ‘Mobile menu not working correctly, HELP!’ is closed to new replies.