Remove unnecessary wrapper classes from #wrapper-navbar

This commit is contained in:
Alex Wright 2018-03-20 23:24:05 -05:00
parent a0c6bc127e
commit 2620580373
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ $container = get_theme_mod( 'understrap_container_type' );
<div class="hfeed site" id="page">
<!-- ******************* The Navbar Area ******************* -->
<div class="wrapper-fluid wrapper-navbar" id="wrapper-navbar" itemscope itemtype="http://schema.org/WebSite">
<div id="wrapper-navbar" itemscope itemtype="http://schema.org/WebSite">
<a class="skip-link screen-reader-text sr-only" href="#content"><?php esc_html_e( 'Skip to content', 'understrap' ); ?></a>
@ -78,4 +78,4 @@ $container = get_theme_mod( 'understrap_container_type' );
</nav><!-- .site-navigation -->
</div><!-- .wrapper-navbar end -->
</div><!-- #wrapper-navbar end -->