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:
commit
f9eb7f4804
|
@ -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 -->
|
||||
|
|
Reference in New Issue