removing margin from ad rotate slider
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Aug 2016 20:18:06 +0000 (16:18 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Aug 2016 20:18:06 +0000 (16:18 -0400)
css/app.css
js/app.js
js/custom/pageSetup.js
scss/_structure.scss

index 86c4931..8982425 100644 (file)
@@ -7065,9 +7065,6 @@ footer.main {
   .off-canvas-wrap .inner-wrap {
     min-height: 100vh;
     height: 100%; }
-  @media only screen and (max-width: 40em) {
-    .off-canvas-wrap #slideshow {
-      margin-top: 85px; } }
 
 h1 {
   color: #94bc41;
index c3108d6..143d26e 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -56,7 +56,6 @@ $(document).ready(function () {
         var scrollTop = $(window).scrollTop();
         if(scrollTop > 0){
             $(sticky).addClass("fixed");
-            $(body).addClass("f-topbar-fixed");
         } 
 //        if(scrollTop == 0){
 //            $(sticky).removeClass("fixed");
index 398a7b7..de49c62 100644 (file)
@@ -47,7 +47,6 @@ $(document).ready(function () {
         var scrollTop = $(window).scrollTop();
         if(scrollTop > 0){
             $(sticky).addClass("fixed");
-            $(body).addClass("f-topbar-fixed");
         } 
 //        if(scrollTop == 0){
 //            $(sticky).removeClass("fixed");
index 8905832..6b6668e 100644 (file)
@@ -10,8 +10,7 @@
         height: 100%;
     }
     @media#{$small-only}{
-        #slideshow{
-            margin-top: 85px;
+       
         }
     }    
     @media#{$medium-only}{
@@ -20,7 +19,6 @@
     @media#{$large-only}{
       
     }
-}
 //6. Main
 h1 {
     color: $green;
@@ -61,4 +59,13 @@ h6{
 
 #example.element {
     background-color: transparent;
-}
\ No newline at end of file
+}
+@media#{$small-only}{
+    
+}
+@media#{$medium-only}{
+    
+}
+@media#{$large-only}{
+    
+}