Skip to content

Commit 33861dd

Browse files
author
Ariel Jolo
committed
Adding the secondary nav as part of the template+ styling
1 parent c8089a9 commit 33861dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

themes/osi/templates/ai-wide.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@
99
get_header( 'ai' );
1010
else :
1111
get_header();
12-
// Display the AI secondary nav menu
12+
// Display the AI secondary nav menu
13+
echo '<div class="ai-secondary-navbar-wrapper">';
1314
wp_nav_menu( array(
1415
'theme_location' => 'ai_secondary_nav',
1516
'menu' => 'AI secondary nav',
1617
'container' => 'nav',
1718
'container_class'=> 'ai-secondary-nav',
1819
'menu_class' => 'ai-secondary-nav-menu',
1920
) );
21+
echo '</div>';
2022
endif;
2123
?>
2224

0 commit comments

Comments
 (0)