cleanup markup statichero.php
This commit is contained in:
parent
1ba4ce3a09
commit
0e393d94b6
|
@ -2,19 +2,8 @@
|
||||||
<!-- ******************* The Hero Widget Area ******************* -->
|
<!-- ******************* The Hero Widget Area ******************* -->
|
||||||
<div class="wrapper" id="wrapper-statichero">
|
<div class="wrapper" id="wrapper-statichero">
|
||||||
|
|
||||||
<div class="container">
|
<?php dynamic_sidebar( 'statichero' ); ?>
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
<div class="col-md-12">
|
|
||||||
|
|
||||||
<?php dynamic_sidebar( 'statichero' ); ?>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
|
|
Reference in New Issue