moved theme featured image below menus before page content, header section
This commit is contained in:
parent
24be03b427
commit
8af80ae258
|
@ -59,7 +59,6 @@
|
|||
</nav><!--primary #site-navigation -->
|
||||
</div>
|
||||
<div class="secondary">
|
||||
<?php the_header_image_tag(); ?>
|
||||
<nav id="site-navigation-secondary" class="site-navigation secondary-navigation toogle-secondary-navigation">
|
||||
<legend class="hide-content">menu</legend>
|
||||
<input id="hide-menu-mobile" class="hide-not-mobile toogle" name="toogle" type="radio">
|
||||
|
@ -79,5 +78,7 @@
|
|||
</div><!--toogled-menu-->
|
||||
</nav><!--secondary #site-navigation -->
|
||||
|
||||
<?php the_header_image_tag(); // header image to show below menus before title ?>
|
||||
|
||||
</div><!--secondary-->
|
||||
</header><!-- #masthead -->
|
||||
|
|
Loading…
Reference in New Issue