I did some changes for the header on the interior page
authorIan Weller <ian@gaslightmedia.com>
Wed, 5 Apr 2017 14:29:45 +0000 (10:29 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 5 Apr 2017 14:29:45 +0000 (10:29 -0400)
I changed the styles with the search field of the interior page.  It
fits and has some good spacing.

css/app.css
scss/_page.header.scss

index e3bfd44..61ad3af 100644 (file)
@@ -6339,13 +6339,13 @@ header.main {
   #nav-search form.searchform {
     padding: 0 20px 0;
     position: absolute;
-    top: 24px;
+    top: 35px;
     right: 0;
     max-width: 582px;
     width: 100%; }
     #nav-search form.searchform input[type="text"].search-input {
-      height: 50px;
-      padding: 15px;
+      height: 30px;
+      padding: 8px 15px;
       font-family: 'Cormorant Garamond', sans-serif;
       text-transform: uppercase;
       font-size: 16px;
@@ -6357,7 +6357,7 @@ header.main {
     #nav-search form.searchform input[type="image"] {
       position: absolute;
       right: 30px;
-      top: 14px; }
+      top: 2px; }
     #nav-search form.searchform .radio-area {
       float: right; }
       #nav-search form.searchform .radio-area label {
index 3dea8e3..0a47056 100644 (file)
@@ -125,14 +125,14 @@ header.main {
 //        background: $teal;
         padding: 0 20px 0;
         position: absolute;
-        top: 24px;
+        top: 35px;
         right: 0;
         max-width: 582px;
         width: 100%;
         input[type="text"] {
             &.search-input {
-                height: 50px;
-                padding: 15px;
+                height: 30px;
+                padding: 8px 15px;
                 font-family: 'Cormorant Garamond', sans-serif;
                 text-transform: uppercase;
                 font-size: 16px;
@@ -146,7 +146,7 @@ header.main {
         input[type="image"] {
             position: absolute;
             right: 30px;
-            top: 14px    
+            top: 2px;
         }
         .radio-area {
             float: right;