removing arrows and slideshow image caption from mobile view to save space
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Nov 2016 20:34:43 +0000 (15:34 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Nov 2016 20:34:43 +0000 (15:34 -0500)
css/app.css
scss/plugins/_metaSlider.scss

index fe7b01d..61d5d95 100644 (file)
@@ -6686,7 +6686,7 @@ nav.top-bar {
     left: 84%;
     right: 0; }
   #slideshow .theme-default a.nivo-prevNav {
-    left: 70%;
+    left: 72%;
     right: 0; } }
 @media only screen and (max-width: 40em) {
   #slideshow .theme-default a.nivo-nextNav {
index bc512cc..43c8c7f 100644 (file)
@@ -55,7 +55,7 @@
             right: 0;
         }
         .theme-default a.nivo-prevNav {
-            left: 70%;
+            left: 72%;
             right: 0;
         }
     }