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

index 69b3f07..e982eb8 100644 (file)
@@ -8147,7 +8147,7 @@ body #glm-enews-sticky {
   background: whitesmoke;
   transition: transform 300ms ease-in-out;
   position: fixed;
-  right: -320px;
+  right: -355px;
   top: 21%;
   z-index: 9999; }
   @media only screen and (max-width: 40em) {
index fabce7d..88e1719 100644 (file)
@@ -6,7 +6,7 @@ body{
         background: whitesmoke;
         transition: transform 300ms ease-in-out;
         position: fixed;
-        right: -320px;
+        right: -355px;
         top: 21%;
         // display: none;
         z-index: 9999;