increasing the top position of the fixed enews sticky form
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 15 Jan 2019 17:33:43 +0000 (12:33 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 15 Jan 2019 17:33:43 +0000 (12:33 -0500)
css/app.css
scss/plugins/_enews-sticky.scss

index e0e6c3c..6a1fc22 100644 (file)
@@ -8148,7 +8148,7 @@ body #glm-enews-sticky {
   transition: transform 300ms ease-in-out;
   position: fixed;
   right: -320px;
-  top: 25%;
+  top: 21%;
   z-index: 9999; }
   @media only screen and (max-width: 40em) {
     body #glm-enews-sticky {
index 2eeca1c..5e7bd58 100644 (file)
@@ -7,7 +7,7 @@ body{
         transition: transform 300ms ease-in-out;
         position: fixed;
         right: -320px;
-        top: 25%;
+        top: 21%;
         // display: none;
         z-index: 9999;
         @media #{$small-only} {