<header class="main">
- <div class="row medium-uncollapse large-collapse">
- <div id="logo-tag" class="small-12 text-center medium-12 columns">
- <?php get_custom_logo($blog_id = 0 );?>
- <?php the_custom_logo($blog_id = 0 );?>
- <?php
- if ( is_front_page() && is_home() ) : ?>
- <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
- <?php else : ?>
- <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
- <?php endif;
- $description = get_bloginfo( 'description', 'display' );
- if ( $description || is_customize_preview() ) : ?>
- <h3 class="site-description"><?php echo $description; ?></h3>
- <?php endif;
- ?>
+ <div class="row medium-uncollapse large-collapse">
+ <div id="logo-tag" class="small-12 medium-6 large-3 columns">
+
+ </div>
+ <div class="small-12 medium-6 large-6 columns tree">
+
+ </div>
+ <div id="end" class="large-3 columns show-for-large-up">
+
</div>
</div>
</header>
\ No newline at end of file