Raise the search results page like the other pages.
authorLaury GvR <laury@gaslightmedia.com>
Wed, 2 Dec 2015 22:02:51 +0000 (17:02 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 2 Dec 2015 22:02:59 +0000 (17:02 -0500)
css/app.css
scss/_search.scss
search.php

index 95275ac..498c606 100644 (file)
@@ -8178,7 +8178,8 @@ input[type="submit"].blogbutton {
     transform: rotate(45deg); }
 
 .search-results {
-  margin-top: -375px; }
+  top: -375px;
+  position: relative; }
 
 .search-result-header {
   background: white;
index 428aa9b..5cf6e6c 100644 (file)
@@ -51,7 +51,8 @@
 }
 // added stlying AnthonyT
 .search-results{
-    margin-top: -375px;
+    top: -375px;
+    position: relative;
 }
 .search-result-header{
     background: white;
index 1795b61..d1553ef 100644 (file)
@@ -6,12 +6,7 @@
 </header>
 <main class="search-results">
     <div id="content-wrapper">
-    <div class="row">
-        <?php
-        get_template_part('parts/bread-crumbs');
-        ?>
-        </div>
-        <div class="row">
+      <div class="row">
        
        <div id="blog-posts-over" class="small-12 medium-12 columns"> 
            <?php if (get_search_query() == "") { ?>