From 5670395994f69ef77b19f7130c5de097611d41d2 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 15 Jan 2019 12:37:48 -0500 Subject: [PATCH] fixing the right position of the enews sticky form --- css/app.css | 2 +- scss/plugins/_enews-sticky.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 69b3f07..e982eb8 100644 --- a/css/app.css +++ b/css/app.css @@ -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) { diff --git a/scss/plugins/_enews-sticky.scss b/scss/plugins/_enews-sticky.scss index fabce7d..88e1719 100644 --- a/scss/plugins/_enews-sticky.scss +++ b/scss/plugins/_enews-sticky.scss @@ -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; -- 2.17.1