reducing padding in the metaslider caption text so that it does't hit the nav buttons
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Nov 2016 18:01:04 +0000 (13:01 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Nov 2016 18:01:04 +0000 (13:01 -0500)
css/app.css
scss/plugins/_metaSlider.scss
sections/header.php

index 47b10c9..62aa116 100644 (file)
@@ -6701,7 +6701,7 @@ nav.top-bar {
     right: 0;
     width: 100%;
     font-size: 26px;
-    padding-left: 25%;
+    padding-left: 15%;
     padding-top: 25px; } }
 @media only screen and (max-width: 40em) {
   #slideshow .nivo-caption {
@@ -6730,7 +6730,7 @@ nav.top-bar {
     width: 188px;
     position: relative;
     height: 85px;
-    left: 70%;
+    left: 75%;
     top: 10%; } }
 
 @media only screen and (max-width: 40em) {
index 346907c..00b4e79 100644 (file)
@@ -75,7 +75,7 @@
             right: 0;
             width: 100%;
             font-size: 26px;
-            padding-left: 25%;
+            padding-left: 15%;
             padding-top: 25px;
         }
     }
         width: 188px;
         position: relative;
         height: 85px;
-        left: 70%;
+        left: 75%;
         top: 10%;
     }
 }
index c2ae871..8de79d6 100644 (file)
@@ -1,6 +1,6 @@
 <div id="close-alert">
     <div class="row text-center">
-      <?php if(function_exists('ditty_news_ticker')){ditty_news_ticker(103);} ?>
+      <?php if(function_exists('ditty_news_ticker')){ditty_news_ticker(148);} ?>
     </div>
     <div class="alert-x">X</div>
 </div>