Remove superfluous space
This commit is contained in:
parent
47b5893376
commit
59407d69ef
|
@ -13,9 +13,9 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
<?php if ( is_active_sidebar( 'hero' ) || is_active_sidebar( 'statichero' ) || is_active_sidebar( 'herocanvas' ) ) : ?>
|
||||
|
||||
<div class="wrapper" id="wrapper-hero">
|
||||
|
||||
|
||||
<?php get_template_part( 'sidebar-templates/sidebar', 'hero' ); ?>
|
||||
|
||||
|
||||
<?php get_template_part( 'sidebar-templates/sidebar', 'herocanvas' ); ?>
|
||||
|
||||
<?php get_template_part( 'sidebar-templates/sidebar', 'statichero' ); ?>
|
||||
|
|
Reference in New Issue