From: Laury GvR Date: Wed, 2 Dec 2015 22:02:51 +0000 (-0500) Subject: Raise the search results page like the other pages. X-Git-Tag: v1.0.0^2~161 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8e0750280fb8d0076cfcce3990bb2b508e41ebed;p=WP-Themes%2Fstaffords.git Raise the search results page like the other pages. --- diff --git a/css/app.css b/css/app.css index 95275ac..498c606 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_search.scss b/scss/_search.scss index 428aa9b..5cf6e6c 100644 --- a/scss/_search.scss +++ b/scss/_search.scss @@ -51,7 +51,8 @@ } // added stlying AnthonyT .search-results{ - margin-top: -375px; + top: -375px; + position: relative; } .search-result-header{ background: white; diff --git a/search.php b/search.php index 1795b61..d1553ef 100644 --- a/search.php +++ b/search.php @@ -6,12 +6,7 @@
-
- -
-
+