increased the clickable radius on the slideshow images
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Apr 2016 13:40:51 +0000 (09:40 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Apr 2016 13:40:51 +0000 (09:40 -0400)
css/app.css
scss/_slideshow.scss

index 5d8779b..8b484c5 100644 (file)
@@ -6715,13 +6715,12 @@ h2#block-title {
   #slideshow .nivo-caption {
     background: transparent;
     position: absolute;
-    max-width: 1200px;
-    left: 0;
-    right: 0;
+    left: 15%;
     float: none;
     margin: 0 auto;
     top: 10%;
-    max-height: 310px; }
+    max-height: 310px;
+    width: auto; }
     @media screen and (max-width: 1199px) {
       #slideshow .nivo-caption {
         width: 500px;
index eec6422..b0f84bf 100644 (file)
     .nivo-caption {
         background: transparent;
         position: absolute;
-        max-width: 1200px;
-        left: 0;
-        right: 0;
+//        max-width: 1200px;
+        left: 15%;
+//        right: 0;
         float: none;
         margin: 0 auto;
         top: 10%;
         max-height: 310px;
+        width: auto;
         @media screen and (max-width: 1199px) {
             width: 500px;
             margin: 0;
         }
     }
 }
+#slideshow .nivo-caption {
+
+}