adding outside wrapper to hero canvas

This commit is contained in:
Holger Könemann 2018-04-13 20:22:02 +02:00
parent bf6dfb6046
commit 6b1f5f9af4
1 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,10 @@
<!-- ******************* The Hero Canvas Widget Area ******************* -->
<div class="wrapper" id="wrapper-hero-canvas">
<?php dynamic_sidebar( 'herocanvas' ); ?>
</div>
<?php endif; ?>