restricting search results page header height like the rest of the pages
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 24 Apr 2017 15:43:48 +0000 (11:43 -0400)
committerAnthony 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

index 07b6b25..9add325 100644 (file)
@@ -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>