projects
/
WP-Themes
/
riverboattoursmi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff958b3
)
restricting search results page header height like the rest of the pages
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 24 Apr 2017 15:43:48 +0000
(11:43 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 24 Apr 2017 15:43:48 +0000
(11:43 -0400)
adding a page header class to the glm header input container in search.php to keep the
header image constrained as it is in the other interior pages
search.php
patch
|
blob
|
history
diff --git
a/search.php
b/search.php
index
07b6b25
..
9add325
100644
(file)
--- a/
search.php
+++ b/
search.php
@@
-1,6
+1,6
@@
<?php get_header(); ?>
<main class="search-results">
- <div id="header-image">
+ <div id="header-image"
class="page-header"
>
<?php echo glm_get_header();?>
</div>