Skip to content

Commit

Permalink
Fixing layout of megamenu
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Aug 11, 2015
1 parent ca07c82 commit 5bde7f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions inc/nav-maxmegamenu.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php
<div id="nav-megamenu">
<div id="megamenu-wrapper">
<nav id="megamenu" class="container">
<?php
wp_nav_menu(
array(
'menu_class' => '',
Expand All @@ -9,4 +12,4 @@
)
);

?>
?> </nav></div></div>

0 comments on commit 5bde7f3

Please sign in to comment.