Fix static hero CSS class

Wrong CSS class mistakenly introduced in PR #802
This commit is contained in:
IanDelMar 2019-11-07 22:47:45 +01:00 committed by GitHub
parent c2a06502b7
commit 0efdd8c821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
'name' => __( 'Top Full', 'understrap' ),
'id' => 'statichero',
'description' => __( 'Full top widget with dynamic grid', 'understrap' ),
'before_widget' => '<div id="%1$s" class="footer-widget %2$s dynamic-classes">',
'before_widget' => '<div id="%1$s" class="static-hero-widget %2$s dynamic-classes">',
'after_widget' => '</div><!-- .static-hero-widget -->',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',