Merge pull request #608 from alex-wright-net/master-wrapperclasses

Remove unnecessary wrapper classes from #608 
👍  @axlright: It was an old relic from the time when Bootstrap did not have a fluid navbar by default.
This commit is contained in:
Holger 2018-03-21 12:18:13 +01:00 committed by GitHub
commit f9eb7f4804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"> <div class="hfeed site" id="page">
<!-- ******************* The Navbar Area ******************* --> <!-- ******************* 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> <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 --> </nav><!-- .site-navigation -->
</div><!-- .wrapper-navbar end --> </div><!-- #wrapper-navbar end -->