projects
/
WP-Themes
/
glmthemes
/
camppetosega-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
533cbe6
)
working on the header
author
Ian Weller
<ian@gaslightmedia.com>
Tue, 23 Feb 2016 21:28:09 +0000
(16:28 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Tue, 23 Feb 2016 21:28:09 +0000
(16:28 -0500)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
8603b18
..
8f67703
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-15,13
+15,10
@@
<div id="page-wrapper">
<header>
<div class="row">
-
+ <div class="search-top show-for-large-up">
+ <?php get_template_part('parts/search');?>
+ </div>
</div>
-<!--
- <div class="search-top show-for-large-up">
- <?php get_template_part('parts/search');?>
- </div>
--->
</header>
<div class="shadow-wrapper">
<?php get_template_part('parts/top-bar');?>