From fbf3f41a7993c72ecef6af97cff41ad8d42f0bf4 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 15 Jan 2019 12:33:43 -0500 Subject: [PATCH] increasing the top position of the fixed 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 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} { -- 2.17.1