Skip to content

Commit

Permalink
Remove container
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Ožana authored Jul 12, 2016
1 parent 78ba215 commit 5fd09fb
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@
<body <? body_class(); ?>>

<header class="main">
<div class="container">
<h1 class="site-title">
<a href="<? echo esc_url(home_url('/')) ?>"
title="<? echo esc_attr(get_bloginfo('name', 'display')); ?>"
rel="home"><? bloginfo('name'); ?></a>
</h1>
<h4 class="site-description"><? bloginfo('description'); ?></h4>
<nav role="navigation" class="site-navigation main-navigation">
<? wp_nav_menu(array('theme_location' => 'primary')); ?>
</nav>
</div>
<h1 class="site-title">
<a href="<? echo esc_url(home_url('/')) ?>"
title="<? echo esc_attr(get_bloginfo('name', 'display')); ?>"
rel="home"><? bloginfo('name'); ?></a>
</h1>
<h4 class="site-description"><? bloginfo('description'); ?></h4>
<nav role="navigation" class="site-navigation main-navigation">
<? wp_nav_menu(array('theme_location' => 'primary')); ?>
</nav>
</header>

0 comments on commit 5fd09fb

Please sign in to comment.