fixing the transition animation for the closing of the sticky enews form
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 15 Jan 2019 17:36:23 +0000 (12:36 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 15 Jan 2019 17:36:23 +0000 (12:36 -0500)
css/app.css
scss/plugins/_enews-sticky.scss

index 6a1fc22..69b3f07 100644 (file)
@@ -8185,7 +8185,7 @@ body #glm-enews-sticky {
         border: 2px solid white; }
 
 .enews-slideout {
-  transform: translateX(-320px) !important; }
+  transform: translateX(-355px) !important; }
 
 .home-feed-post {
   margin-bottom: 20px; }
index 5e7bd58..fabce7d 100644 (file)
@@ -59,5 +59,5 @@ body{
     }
 }
 .enews-slideout{
-    transform: translateX(-320px) !important;
+    transform: translateX(-355px) !important;
 }
\ No newline at end of file