From: Anthony Talarico Date: Tue, 15 Jan 2019 17:37:48 +0000 (-0500) Subject: fixing the right position of the enews sticky form X-Git-Tag: v1.0.0^2~133 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5670395994f69ef77b19f7130c5de097611d41d2;p=WP-Themes%2Fuptravel.git fixing the right position of the enews sticky form --- 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;