removing id="content" from main nav
This commit is contained in:
parent
96090bdaf5
commit
366a6e689b
|
@ -37,7 +37,7 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
<nav class="navbar navbar-dark bg-inverse site-navigation" itemscope="itemscope"
|
||||
itemtype="http://schema.org/SiteNavigationElement">
|
||||
|
||||
<div class="<?php echo esc_html( $container ); ?>" id="content">
|
||||
<div class="<?php echo esc_html( $container ); ?>" >
|
||||
|
||||
<div class="navbar-header">
|
||||
|
||||
|
|
Reference in New Issue