From: Anthony Talarico Date: Tue, 15 Jan 2019 17:33:43 +0000 (-0500) Subject: increasing the top position of the fixed enews sticky form X-Git-Tag: v1.0.0^2~135 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fbf3f41a7993c72ecef6af97cff41ad8d42f0bf4;p=WP-Themes%2Fuptravel.git increasing the top position of the fixed enews sticky form --- diff --git a/css/app.css b/css/app.css index e0e6c3c..6a1fc22 100644 --- a/css/app.css +++ b/css/app.css @@ -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 { diff --git a/scss/plugins/_enews-sticky.scss b/scss/plugins/_enews-sticky.scss index 2eeca1c..5e7bd58 100644 --- a/scss/plugins/_enews-sticky.scss +++ b/scss/plugins/_enews-sticky.scss @@ -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} {