diff --git a/global-templates/hero.php b/global-templates/hero.php
index e308cde..05ddb3f 100644
--- a/global-templates/hero.php
+++ b/global-templates/hero.php
@@ -7,12 +7,14 @@
?>
-
+
+
+
diff --git a/inc/widgets.php b/inc/widgets.php
index 668b6a0..030a893 100644
--- a/inc/widgets.php
+++ b/inc/widgets.php
@@ -82,9 +82,19 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
) );
register_sidebar( array(
- 'name' => __( 'Hero Static', 'understrap' ),
+ 'name' => __( 'Hero Canvas', 'understrap' ),
+ 'id' => 'herocanvas',
+ 'description' => 'Full size canvas hero area for Bootstrap and other custom HTML markup',
+ 'before_widget' => '',
+ 'after_widget' => '',
+ 'before_title' => '',
+ 'after_title' => '',
+ ) );
+
+ register_sidebar( array(
+ 'name' => __( 'Top Full', 'understrap' ),
'id' => 'statichero',
- 'description' => 'Static Hero widget. no slider functionallity',
+ 'description' => 'Full top widget with dynmic grid',
'before_widget' => '',
'after_widget' => '
',
'before_title' => '