We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8089a9 commit 33861ddCopy full SHA for 33861dd
themes/osi/templates/ai-wide.php
@@ -9,14 +9,16 @@
9
get_header( 'ai' );
10
else :
11
get_header();
12
- // Display the AI secondary nav menu
+ // Display the AI secondary nav menu
13
+ echo '<div class="ai-secondary-navbar-wrapper">';
14
wp_nav_menu( array(
15
'theme_location' => 'ai_secondary_nav',
16
'menu' => 'AI secondary nav',
17
'container' => 'nav',
18
'container_class'=> 'ai-secondary-nav',
19
'menu_class' => 'ai-secondary-nav-menu',
20
) );
21
+ echo '</div>';
22
endif;
23
?>
24
0 commit comments