I thing I got the slideshow back to oringinal state
authorIan Weller <ian@gaslightmedia.com>
Mon, 11 Apr 2016 19:25:03 +0000 (15:25 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 11 Apr 2016 19:25:03 +0000 (15:25 -0400)
css/app.css
scss/_slideshow.scss

index 896c8a1..fab9d51 100644 (file)
@@ -6706,7 +6706,12 @@ h2#block-title {
     right: 0;
     float: none;
     margin: 0 auto;
-    top: 10%; }
+    top: 10%;
+    max-height: 330px; }
+    @media screen and (max-width: 1199px) {
+      #slideshow .nivo-caption {
+        width: 450px;
+        margin: 0; } }
     #slideshow .nivo-caption h6 {
       width: 400px;
       font-weight: bold;
@@ -6715,16 +6720,20 @@ h2#block-title {
       width: 400px;
       letter-spacing: 0.1em;
       font-size: 18px;
-      padding: 0; }
+      padding: 0;
+      margin-bottom: 25px;
+      position: relative; }
       @media screen and (max-width: 1024px) {
         #slideshow .nivo-caption p {
           display: none; } }
     #slideshow .nivo-caption a.button {
+      position: relative;
       text-transform: uppercase;
       background: transparent;
       border: 1px solid #FFFFFF;
       color: #FFFFFF;
-      letter-spacing: 0.1em; }
+      letter-spacing: 0.1em;
+      margin-bottom: 0; }
 
 /* NextGen Gallery */
 [class*="block-grid-"] > li {
index 1fb1775..328d464 100644 (file)
         float: none;
         margin: 0 auto;
         top: 10%;
+        max-height: 330px;
+        @media screen and (max-width: 1199px) {
+            width: 450px;
+            margin: 0;
+        }
         h6 {
             width: 400px;
             font-weight: bold;
             letter-spacing: 0.1em;
             font-size: 18px;
             padding: 0;
-            
+            margin-bottom: 25px;
+            position: relative;
             @media screen and (max-width: 1024px) {
                 display: none;
             }
         }
         a.button {
+            position: relative;
             text-transform: uppercase;
             background: transparent;
             border: 1px solid $white;
             color: $white;
             letter-spacing: 0.1em;
+            margin-bottom: 0;
         }
     }
 }